Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-property-list-view.css
| Show First 20 Lines • Show All 193 Lines • ▼ Show 20 Lines | .device .phui-property-list-actions { | ||||
| width: auto; | width: auto; | ||||
| margin: -12px 0 12px 0; | margin: -12px 0 12px 0; | ||||
| border: none; | border: none; | ||||
| } | } | ||||
| .phui-property-list-image-content img { | .phui-property-list-image-content img { | ||||
| margin: 20px auto; | margin: 20px auto; | ||||
| background: url('/rsrc/image/checker_light.png'); | background: url('/rsrc/image/checker_light.png'); | ||||
| border: 1px solid {$lightblueborder}; | |||||
| } | } | ||||
| .device-desktop .phui-property-list-image-content img:hover { | .device-desktop .phui-property-list-image-content img:hover { | ||||
| background: url('/rsrc/image/checker_dark.png'); | background: url('/rsrc/image/checker_dark.png'); | ||||
| } | } | ||||
| /* - Dashboards ------------------------------------------------------------ */ | /* - Dashboards ------------------------------------------------------------ */ | ||||
| .dashboard-panel .phui-property-list-section { | .dashboard-panel .phui-property-list-section { | ||||
| border-left: 1px solid {$lightblueborder}; | border-left: 1px solid {$lightblueborder}; | ||||
| border-right: 1px solid {$lightblueborder}; | border-right: 1px solid {$lightblueborder}; | ||||
| border-bottom: 1px solid {$blueborder}; | border-bottom: 1px solid {$blueborder}; | ||||
| } | } | ||||