forked from I2P_Developers/i2p.i2p
add input:disabled and button:disabled to dark theme css
This commit is contained in:
@@ -1905,6 +1905,10 @@ button::-moz-focus-inner, input::-moz-focus-inner {
|
||||
border: none;
|
||||
}
|
||||
|
||||
button:disabled, input:disabled {
|
||||
color: #778b;
|
||||
}
|
||||
|
||||
button, button:visited {
|
||||
font: bold 9pt "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Bitstream Vera Sans", "DejaVu Sans", Verdana, "Lucida Grande", Helvetica, sans-serif;
|
||||
border: 1px outset #191;
|
||||
|
||||
Reference in New Issue
Block a user