mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
add color to input boxes so text is visible whilst using a dark browser theme
This commit is contained in:
parent
f909c2409f
commit
1229e9a46c
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ html, body {
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
color: Black;
|
||||||
|
}
|
||||||
|
|
||||||
.x-deluge-main-panel {
|
.x-deluge-main-panel {
|
||||||
background-image: url('/icons/16/deluge.png');
|
background-image: url('/icons/16/deluge.png');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue