Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-formation-view.css
| Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | |||||
| .device-desktop .phui-formation-view-expander:hover | .device-desktop .phui-formation-view-expander:hover | ||||
| .phui-icon-view { | .phui-icon-view { | ||||
| color: {$bluetext}; | color: {$bluetext}; | ||||
| transition: 0.1s; | transition: 0.1s; | ||||
| } | } | ||||
| .phui-flank-header { | .phui-flank-header { | ||||
| padding: 8px; | padding: 8px; | ||||
| background: {$greybackground}; | background: {$bluebackground}; | ||||
| border-bottom: 1px solid {$lightgreyborder}; | border-bottom: 1px solid {$lightgreyborder}; | ||||
| } | } | ||||
| .phui-flank-header-text { | .phui-flank-header-text { | ||||
| color: {$darkgreytext}; | color: {$darkgreytext}; | ||||
| font-weight: bold; | font-weight: bold; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 73 Lines • ▼ Show 20 Lines | |||||
| } | } | ||||
| .phui-flank-view-fixed .phui-flank-view-tail { | .phui-flank-view-fixed .phui-flank-view-tail { | ||||
| position: absolute; | position: absolute; | ||||
| bottom: 0; | bottom: 0; | ||||
| width: 100%; | width: 100%; | ||||
| } | } | ||||
| .phui-flank-loading { | .phui-flank-view .phui-list-view { | ||||
| color: {$lightgreytext}; | margin: 4px; | ||||
| } | |||||
| .phui-flank-view .phui-list-item-view { | |||||
| height: 20px; | |||||
| padding: 4px 0; | |||||
| } | |||||
| .phui-flank-view .phui-list-item-view .phui-icon-view { | |||||
| width: 20px; | |||||
| height: 20px; | |||||
| text-align: center; | text-align: center; | ||||
| margin: 16px; | margin-right: 4px; | ||||
| } | |||||
| .phui-flank-view .phui-list-item-view .phui-list-item-href { | |||||
| display: block; | |||||
| color: {$darkbluetext}; | |||||
| text-decoration: none; | |||||
| } | |||||
| .device-desktop .phui-flank-view .phui-list-item-view:hover { | |||||
| background: {$lightblueborder}; | |||||
| transition: 0.1s; | |||||
| } | |||||
| .phui-flank-view .keyboard-shortcut-key { | |||||
| position: absolute; | |||||
| right: 4px; | |||||
| top: 4px; | |||||
| height: 18px; | |||||
| width: 18px; | |||||
| line-height: 18px; | |||||
| padding: 0; | |||||
| color: {$lightgreytext}; | |||||
| } | } | ||||