Ensure all buttons in dark theme have consistent font size.
This commit is contained in:
@ -492,7 +492,7 @@ input {
|
|||||||
background: #bbf;
|
background: #bbf;
|
||||||
color: #002;
|
color: #002;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
font: bold 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||||
padding: 1px 2px;
|
padding: 1px 2px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
min-width: 110px;
|
min-width: 110px;
|
||||||
|
Reference in New Issue
Block a user