Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-property-list-view.css
| Show First 20 Lines • Show All 165 Lines • ▼ Show 20 Lines | .phui-property-list-actions { | ||||
| margin-right: 12px; | margin-right: 12px; | ||||
| border-left: 1px solid {$thinblueborder}; | border-left: 1px solid {$thinblueborder}; | ||||
| } | } | ||||
| .device .phui-property-list-actions { | .device .phui-property-list-actions { | ||||
| float: none; | float: none; | ||||
| width: auto; | width: auto; | ||||
| margin: -12px 0 12px 0; | margin: -12px 0 12px 0; | ||||
| 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}; | 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'); | ||||
| } | } | ||||