Bureaucrats, emailconfirmed, Administrators
18,268
edits
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
background-color:unset!important; | background-color:unset!important; | ||
} | } | ||
textarea, input[type=text], input[type=number], input[type=date], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=password], input[type=search], input[type=tel], input[type=time], input[type=url], #toc { | textarea, input[type=text], input[type=number], input[type=date], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=password], input[type=search], input[type=tel], input[type=time], input[type=url], #toc, #catlinks { | ||
background-color: rgb(107,107,107)!important; | background-color: rgb(107,107,107)!important; | ||
color: rgb(255,255,255)!important; | color: rgb(255,255,255)!important; | ||
Line 52: | Line 52: | ||
::-ms-input-placeholder { /* Microsoft Edge */ | ::-ms-input-placeholder { /* Microsoft Edge */ | ||
color: lightgray!important; | color: lightgray!important; | ||
} | |||
#toc, #catlinks { | |||
background-color: #131313!important; | |||
} | } |