mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +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%;
|
||||
}
|
||||
|
||||
input {
|
||||
color: Black;
|
||||
}
|
||||
|
||||
.x-deluge-main-panel {
|
||||
background-image: url('/icons/16/deluge.png');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue