Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-curtain-object-ref-view.css
| /** | /** | ||||
| * @provides phui-curtain-object-ref-view-css | * @provides phui-curtain-object-ref-view-css | ||||
| */ | */ | ||||
| .phui-curtain-object-ref-list-view-empty { | .phui-curtain-object-ref-list-view-empty { | ||||
| font-style: italic; | font-style: italic; | ||||
| color: {$greytext}; | color: {$greytext}; | ||||
| } | } | ||||
| .phui-curtain-object-ref-view { | .phui-curtain-object-ref-view { | ||||
| padding: 4px 6px; | padding: 4px 6px; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| } | } | ||||
| .phui-curtain-object-ref-view + .phui-curtain-object-ref-view { | |||||
| margin-top: 1px; | |||||
| } | |||||
| .phui-curtain-object-ref-view-image-cell { | .phui-curtain-object-ref-view-image-cell { | ||||
| min-width: 32px; | min-width: 32px; | ||||
| padding-bottom: 24px; | padding-bottom: 24px; | ||||
| } | } | ||||
| .phui-curtain-object-ref-view-image-cell > a { | .phui-curtain-object-ref-view-image-cell > a { | ||||
| height: 24px; | height: 24px; | ||||
| width: 24px; | width: 24px; | ||||
| ▲ Show 20 Lines • Show All 54 Lines • ▼ Show 20 Lines | .phui-curtain-object-ref-list-view-tail { | ||||
| background: {$lightgreybackground}; | background: {$lightgreybackground}; | ||||
| border-top: 1px dashed {$thinblueborder}; | border-top: 1px dashed {$thinblueborder}; | ||||
| box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.04); | box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.04); | ||||
| } | } | ||||
| .phui-curtain-object-ref-view-highlighted { | .phui-curtain-object-ref-view-highlighted { | ||||
| background: {$bluebackground}; | background: {$bluebackground}; | ||||
| } | } | ||||
| .phui-curtain-object-ref-view-exiled { | |||||
| background: {$lightred}; | |||||
| opacity: 0.75; | |||||
| } | |||||
| .phui-curtain-object-ref-view-exiled-cell { | |||||
| color: {$red}; | |||||
| } | |||||