Bureaucrats, emailconfirmed, Administrators
18,268
edits
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
background-color: #131313; | background-color: #131313; | ||
color: #ffffff; | color: #ffffff; | ||
color-scheme: dark; | |||
} | } | ||
.vector-menu-tabs-legacy li, .vector-menu-tabs-legacy li a { | .vector-menu-tabs-legacy li, .vector-menu-tabs-legacy li a { | ||
Line 32: | Line 33: | ||
background-image:unset!important; | background-image:unset!important; | ||
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] { | |||
background-color: rgb(107,107,107); | |||
color: rgb(255,255,255); | |||
border-radius: 15px; | |||
border-style: none; | |||
outline: 0; | |||
padding: 10px; | |||
color:white; | |||
} | |||
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ | |||
color: lightgray; | |||
opacity: 1; /* Firefox */ | |||
} | |||
:-ms-input-placeholder { /* Internet Explorer 10-11 */ | |||
color: lightgray; | |||
} | |||
::-ms-input-placeholder { /* Microsoft Edge */ | |||
color: lightgray; | |||
} | } |