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] { | 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 { | ||
background-color: rgb(107,107,107); | background-color: rgb(107,107,107)!important; | ||
color: rgb(255,255,255); | color: rgb(255,255,255)!important; | ||
border-radius: 15px; | border-radius: 15px!important; | ||
border-style: none; | border-style: none!important; | ||
outline: 0; | outline: 0!important; | ||
padding: 10px; | padding: 10px!important; | ||
color:white; | color:white!important; | ||
} | } | ||
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ | ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ | ||
color: lightgray; | color: lightgray!important; | ||
opacity: 1; /* Firefox */ | opacity: 1!important; /* Firefox */ | ||
} | } | ||
:-ms-input-placeholder { /* Internet Explorer 10-11 */ | :-ms-input-placeholder { /* Internet Explorer 10-11 */ | ||
color: lightgray; | color: lightgray!important; | ||
} | } | ||
::-ms-input-placeholder { /* Microsoft Edge */ | ::-ms-input-placeholder { /* Microsoft Edge */ | ||
color: lightgray; | color: lightgray!important; | ||
} | } |