Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-tag-view.css
| Show First 20 Lines • Show All 435 Lines • ▼ Show 20 Lines | |||||
| .phui-tag-disabled .phui-icon-view { | .phui-tag-disabled .phui-icon-view { | ||||
| color: {$sh-disabledicon}; | color: {$sh-disabledicon}; | ||||
| } | } | ||||
| a.phui-tag-view:hover.phui-tag-disabled .phui-tag-core { | a.phui-tag-view:hover.phui-tag-disabled .phui-tag-core { | ||||
| border-color: {$sh-disabledborder}; | border-color: {$sh-disabledborder}; | ||||
| } | } | ||||
| .phui-tag-placeholder .phui-tag-core { | |||||
| border-color: transparent; | |||||
| background-color: {$sh-disabledbackground}; | |||||
| opacity: 0.5; | |||||
| } | |||||
| /* - Outline Tags -------------------------------------------------------------- | /* - Outline Tags -------------------------------------------------------------- | ||||
| Basic Tag with a bold border and white background | Basic Tag with a bold border and white background | ||||
| */ | */ | ||||
| .phui-tag-type-outline { | .phui-tag-type-outline { | ||||
| text-transform: uppercase; | text-transform: uppercase; | ||||
| ▲ Show 20 Lines • Show All 76 Lines • Show Last 20 Lines | |||||