Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-tag-view.css
| Show First 20 Lines • Show All 525 Lines • ▼ Show 20 Lines | .phui-tag-type-outline.phui-tag-fire .phui-tag-core { | ||||
| color: {$fire}; | color: {$fire}; | ||||
| border-color: {$fire}; | border-color: {$fire}; | ||||
| } | } | ||||
| .phui-tag-type-outline.phui-tag-black .phui-tag-core { | .phui-tag-type-outline.phui-tag-black .phui-tag-core { | ||||
| color: {$blacktext}; | color: {$blacktext}; | ||||
| border-color: {$blacktext}; | border-color: {$blacktext}; | ||||
| } | } | ||||
| .phui-tag-exiled .phui-tag-core { | |||||
| border-color: {$lightredborder}; | |||||
| color: {$red}; | |||||
| background: {$lightredbackground}; | |||||
| } | |||||
| a.phui-tag-view.phui-tag-exiled:hover | |||||
| .phui-tag-core.phui-tag-color-person { | |||||
| border-color: {$red}; | |||||
| } | |||||