MediaWiki:Common.css: Difference between revisions
Apply Noord and Van Hetten colors consistently to controls |
Keep theme radio controls visible |
||
| Line 827: | Line 827: | ||
html.vu-theme-noord h6, | html.vu-theme-noord h6, | ||
html.vu-theme-noord .cdx-label, | html.vu-theme-noord .cdx-label, | ||
html.vu-theme-noord input, | html.vu-theme-noord input:not([type="radio"]), | ||
html.vu-theme-noord button { | html.vu-theme-noord button { | ||
background-color: #FF0000 !important; | background-color: #FF0000 !important; | ||
| Line 834: | Line 834: | ||
} | } | ||
html.vu-theme-noord input::placeholder { | html.vu-theme-noord input:not([type="radio"])::placeholder { | ||
color: #000000; | color: #000000; | ||
opacity: 1; | opacity: 1; | ||
| Line 929: | Line 929: | ||
html.vu-theme-van-hetten h6, | html.vu-theme-van-hetten h6, | ||
html.vu-theme-van-hetten .cdx-label, | html.vu-theme-van-hetten .cdx-label, | ||
html.vu-theme-van-hetten input, | html.vu-theme-van-hetten input:not([type="radio"]), | ||
html.vu-theme-van-hetten button { | html.vu-theme-van-hetten button { | ||
background-color: #000000 !important; | background-color: #000000 !important; | ||
| Line 936: | Line 936: | ||
} | } | ||
html.vu-theme-van-hetten input::placeholder { | html.vu-theme-van-hetten input:not([type="radio"])::placeholder { | ||
color: #FFA500; | color: #FFA500; | ||
opacity: 1; | opacity: 1; | ||