Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/conpherence/durable-column.css
| Show First 20 Lines • Show All 102 Lines • ▼ Show 20 Lines | |||||
| } | } | ||||
| .conpherence-durable-column-header | .conpherence-durable-column-header | ||||
| .phabricator-application-menu | .phabricator-application-menu | ||||
| .phui-list-item-view.core-menu-item { | .phui-list-item-view.core-menu-item { | ||||
| display: block; | display: block; | ||||
| } | } | ||||
| .conpherence-durable-column-header { | .conpherence-durable-column-header { | ||||
| border-left: 1px solid {$lightblueborder}; | border-left: 1px solid rgba(0,0,0,.1); | ||||
| border-right: 1px solid {$lightblueborder}; | border-right: 1px solid rgba(0,0,0,.1); | ||||
| } | } | ||||
| .conpherence-durable-column-header-text { | .conpherence-durable-column-header-text { | ||||
| float: left; | float: left; | ||||
| padding: 13px 0 12px 12px; | padding: 13px 0 12px 12px; | ||||
| font-size: 15px; | font-size: 15px; | ||||
| color: {$darkbluetext}; | color: {$hoverwhite}; | ||||
| font-weight: 500; | font-weight: 400; | ||||
| width: 230px; | width: 230px; | ||||
| text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| white-space: nowrap; | white-space: nowrap; | ||||
| } | } | ||||
| .conpherence-durable-column-header-text .phui-icon-view { | .conpherence-durable-column-header-text .phui-icon-view { | ||||
| color: {$bluetext}; | color: {$hoverwhite}; | ||||
| } | } | ||||
| .conpherence-durable-column-icon-bar { | .conpherence-durable-column-icon-bar { | ||||
| height: 38px; | height: 38px; | ||||
| padding: 4px; | padding: 4px; | ||||
| background-color: {$lightgreybackground}; | background-color: {$lightgreybackground}; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 199 Lines • Show Last 20 Lines | |||||