Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-property-list-view.css
| Show First 20 Lines • Show All 201 Lines • ▼ Show 20 Lines | .dashboard-panel .phui-property-list-section { | ||||
| border-right: 1px solid {$lightblueborder}; | border-right: 1px solid {$lightblueborder}; | ||||
| border-bottom: 1px solid {$blueborder}; | border-bottom: 1px solid {$blueborder}; | ||||
| } | } | ||||
| .document-engine-image img { | .document-engine-image img { | ||||
| margin: 20px auto; | margin: 20px auto; | ||||
| background: url('/rsrc/image/checker_light.png'); | background: url('/rsrc/image/checker_light.png'); | ||||
| max-width: 100%; | |||||
| } | } | ||||
| .device-desktop .document-engine-image img:hover { | .device-desktop .document-engine-image img:hover { | ||||
| background: url('/rsrc/image/checker_dark.png'); | background: url('/rsrc/image/checker_dark.png'); | ||||
| } | } | ||||
| .document-engine-video video { | .document-engine-video video { | ||||
| margin: 20px auto; | margin: 20px auto; | ||||
| ▲ Show 20 Lines • Show All 110 Lines • Show Last 20 Lines | |||||