fixed theme for dark-themed DEs (like gnome 3) that use white fonts
This commit is contained in:
parent
4ea09d9c5c
commit
e2b78b6e93
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,7 @@ div.wrapper {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
box-shadow: 0 0 1px 1px #ea0 inset;
|
box-shadow: 0 0 1px 1px #ea0 inset;
|
||||||
|
color: #000;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
|
@ -75,11 +76,13 @@ textarea.input {
|
||||||
textarea.input.error {
|
textarea.input.error {
|
||||||
background-color: #f88;
|
background-color: #f88;
|
||||||
border-color: #f00;
|
border-color: #f00;
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea.input.error:focus, textarea.input.error:hover {
|
textarea.input.error:focus, textarea.input.error:hover {
|
||||||
background-color: #faa;
|
background-color: #faa;
|
||||||
border-color: #f00;
|
border-color: #f00;
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
select.conversion {
|
select.conversion {
|
||||||
|
@ -94,12 +97,14 @@ select.conversion {
|
||||||
textarea.input, select.conversion {
|
textarea.input, select.conversion {
|
||||||
background-color: #fdfbf0;
|
background-color: #fdfbf0;
|
||||||
border-color: #fae8e7;
|
border-color: #fae8e7;
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea.input:focus, textarea.input:hover,
|
textarea.input:focus, textarea.input:hover,
|
||||||
select.conversion:focus, select.conversion:hover {
|
select.conversion:focus, select.conversion:hover {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-color: #fdfbf0;
|
border-color: #fdfbf0;
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea.input:hover,
|
textarea.input:hover,
|
||||||
|
|
Loading…
Reference in a new issue