Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/base/phui-theme.css
| Show First 20 Lines • Show All 69 Lines • ▼ Show 20 Lines | |||||
| .phui-theme-light .conpherence-durable-column-header { | .phui-theme-light .conpherence-durable-column-header { | ||||
| border-left: 1px solid {$lightblueborder}; | border-left: 1px solid {$lightblueborder}; | ||||
| border-right: 1px solid {$lightblueborder}; | border-right: 1px solid {$lightblueborder}; | ||||
| } | } | ||||
| /*--- Dark "Classic" ---------------------------------------------------------*/ | /*--- Dark "Classic" ---------------------------------------------------------*/ | ||||
| .phui-theme-dark { | .phui-theme-dark { | ||||
| background-color: #ebecee; | background-color: {$page.background.dark}; | ||||
| } | } | ||||
| .phui-theme-dark .phui-box-border { | .phui-theme-dark .phui-box-border { | ||||
| border-color: {$lightblueborder}; | border-color: {$lightblueborder}; | ||||
| border-bottom-color: {$blueborder}; | border-bottom-color: {$blueborder}; | ||||
| } | } | ||||
| /*--- Blindigo "Phacility" ---------------------------------------------------*/ | /*--- Blindigo "Phacility" ---------------------------------------------------*/ | ||||
| Show All 9 Lines | |||||