Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/object-item/phui-oi-list-view.css
| Show First 20 Lines • Show All 449 Lines • ▼ Show 20 Lines | .phui-oi-selected { | ||||
| background: {$sh-bluebackground}; | background: {$sh-bluebackground}; | ||||
| } | } | ||||
| ul.phui-oi-list-view .phui-oi-selected | ul.phui-oi-list-view .phui-oi-selected | ||||
| .phui-oi-frame { | .phui-oi-frame { | ||||
| border-color: {$sh-blueborder}; | border-color: {$sh-blueborder}; | ||||
| } | } | ||||
| .phui-oi-forbidden { | |||||
| background: {$sh-redbackground}; | |||||
| } | |||||
| /* - Handle Icons -------------------------------------------------------------- | /* - Handle Icons -------------------------------------------------------------- | ||||
| Shows owners, reviewers, etc., using profile picture icons. | Shows owners, reviewers, etc., using profile picture icons. | ||||
| */ | */ | ||||
| .phui-oi-handle-icons { | .phui-oi-handle-icons { | ||||
| ▲ Show 20 Lines • Show All 220 Lines • Show Last 20 Lines | |||||