Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/object-item/phui-oi-big-ui.css
| Show First 20 Lines • Show All 53 Lines • ▼ Show 20 Lines | |||||
| .phui-box-white-config .phui-oi-frame { | .phui-box-white-config .phui-oi-frame { | ||||
| padding: 4px 8px 0; | padding: 4px 8px 0; | ||||
| } | } | ||||
| .device-desktop .phui-box-white-config .phui-oi:hover .phui-oi-frame { | .device-desktop .phui-box-white-config .phui-oi:hover .phui-oi-frame { | ||||
| background-color: {$hoverblue}; | background-color: {$hoverblue}; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| } | } | ||||
| .device-desktop .phui-oi-linked-container { | |||||
| cursor: pointer; | |||||
| } | |||||
| .device-desktop .phui-oi-linked-container:hover { | |||||
| background-color: {$hoverblue}; | |||||
| border-radius: 3px; | |||||
| } | |||||
| .device-desktop .phui-oi-linked-container a:hover { | |||||
| text-decoration: none; | |||||
| } | |||||