fixed theme for dark-themed DEs (like gnome 3) that use white fonts

This commit is contained in:
Manuel Friedli 2015-11-13 00:30:32 +01:00
parent 4ea09d9c5c
commit e2b78b6e93
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,7 @@ div.wrapper {
border-style: solid;
border-width: 1px;
box-shadow: 0 0 1px 1px #ea0 inset;
color: #000;
margin-bottom: 0.5em;
padding: 0.5em;
}
@ -75,11 +76,13 @@ textarea.input {
textarea.input.error {
background-color: #f88;
border-color: #f00;
color: #000;
}
textarea.input.error:focus, textarea.input.error:hover {
background-color: #faa;
border-color: #f00;
color: #000;
}
select.conversion {
@ -94,12 +97,14 @@ select.conversion {
textarea.input, select.conversion {
background-color: #fdfbf0;
border-color: #fae8e7;
color: #000;
}
textarea.input:focus, textarea.input:hover,
select.conversion:focus, select.conversion:hover {
background-color: #fff;
border-color: #fdfbf0;
color: #000;
}
textarea.input:hover,