/* This is the primary CSS file for the <%=name.titlecase%> application. */ /* Styles for UI elements that have been selected. */ .c-selected { } /* Styles applied to views that are disabled. Not all browsers support the disabled pseudo selector, so Coherent applies the disabled class instead. */ .c-disabled { } /* Views that are read-only will have these styles. */ .c-read-only { } /* When a view is displaying the placeholder value for a null value, the view will have this class name. */ .c-placeholder { } /* Since not all browsers support the focus pseudo selector, Coherent applies the focused class to all views that accept first responder status. */ .c-focused { } .c-hover { } .c-asc { } .c-desc { } .c-active { } .c-updating { } .c-invisible { } .c-invalid { } .c-inserted { } .c-deleted { } .c-replacing { } .c-loading { } .c-first { } .c-last { } .c-drag-and-drop-copy { } .c-drag-and-drop-move { } .c-drag-and-drop-link { } .c-drag-and-drop-no { } .c-window-inactive { } .c-outline-expanded { } .c-outline-leaf { } .c-outline-disclosure-button { }