Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-object-box.css
| Show First 20 Lines • Show All 56 Lines • ▼ Show 20 Lines | |||||
| } | } | ||||
| .phui-object-box .phui-header-header .phui-tag-core { | .phui-object-box .phui-header-header .phui-tag-core { | ||||
| border-color: transparent; | border-color: transparent; | ||||
| padding: 1px 6px; | padding: 1px 6px; | ||||
| font-size: {$normalfontsize}; | font-size: {$normalfontsize}; | ||||
| } | } | ||||
| .phui-object-box-tail-buttons { | |||||
| padding: 8px; | |||||
| background: {$lightgreybackground}; | |||||
| border-top: 1px solid {$lightgreyborder}; | |||||
| } | |||||
| /* - Object Box Colors ------------------------------------------------------ */ | /* - Object Box Colors ------------------------------------------------------ */ | ||||
| .phui-box-border.phui-object-box-green { | .phui-box-border.phui-object-box-green { | ||||
| border: 1px solid {$green}; | border: 1px solid {$green}; | ||||
| } | } | ||||
| .phui-box-border.phui-object-box-green .phui-header-view { | .phui-box-border.phui-object-box-green .phui-header-view { | ||||
| color: {$green}; | color: {$green}; | ||||
| ▲ Show 20 Lines • Show All 93 Lines • Show Last 20 Lines | |||||