Sha256: a67ab3469f3522ad143deb88e4fe8b4ffe9ca47707d2d5e804395cdcffd59dd4

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 KB

Contents

/*  This is the primary CSS file for the <%=name.titlecase%> application. */

/*  Styles for UI elements that have been selected.
 */
.selected
{
}

/*  Styles applied to views that are disabled. Not all browsers support the
    disabled pseudo selector, so Coherent applies the disabled class instead.
 */
.disabled
{
}

/*  Views that are read-only will have these styles.
 */
.read-only
{
}

/*  When a view is displaying the placeholder value for a null value, the view
    will have this class name.
 */
.nullValue
{
}

/*  Since not all browsers support the focus pseudo selector, Coherent applies
    the focused class to all views that accept first responder status.
 */
.focused
{
}

.hover
{
}

.asc
{
}

.desc
{
}

.active
{
}

.updating
{
}

.invisible
{
}

.invalid
{
}

.inserted
{
}

.deleted
{
}

.replacing
{
}

.loading
{
}

.first
{
}

.last
{
}

.drag-and-drop-copy
{
}

.drag-and-drop-move
{
}

.drag-and-drop-link
{
}

.drag-and-drop-no
{
}

.coherent_windowInactive
{
}

.outline-expanded
{
}

.outline-leaf
{
}

.outline-disclosure-button
{
}


Version data entries

6 entries across 5 versions & 1 rubygems

Version Path
coherent-0.3.0 app_generators/coherent/templates/src/css/@name@.css.erb
coherent-0.3.0 demo_generators/gallery/templates/src/css/@name@.css.erb
coherent-0.2.1 app_generators/coherent/templates/src/css/@name@.css.erb
coherent-0.2.0 app_generators/coherent/templates/src/css/@name@.css.erb
coherent-0.1.1 app_generators/coherent/templates/src/css/@name@.css.erb
coherent-0.1.0 app_generators/coherent/templates/src/css/@name@.css.erb