Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-status.css
| Show All 23 Lines | .phui-status-item-note { | ||||
| padding: 3px 4px; | padding: 3px 4px; | ||||
| } | } | ||||
| .phui-status-item-highlighted td { | .phui-status-item-highlighted td { | ||||
| background-color: {$sh-yellowbackground}; | background-color: {$sh-yellowbackground}; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| } | } | ||||
| .phui-status-item-exiled td { | |||||
| background-color: {$lightredbackground}; | |||||
| border-radius: 3px; | |||||
| } | |||||
| .phui-status-list-view td a { | .phui-status-list-view td a { | ||||
| color: {$darkbluetext}; | color: {$darkbluetext}; | ||||
| } | } | ||||
| .phui-status-item-highlighted td.phui-status-item-note { | .phui-status-item-highlighted td.phui-status-item-note, | ||||
| .phui-status-item-exiled td.phui-status-item-note { | |||||
| background-color: transparent; | background-color: transparent; | ||||
| } | } | ||||