mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-01 03:20:44 +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
@ -7,6 +7,10 @@ html, body {
|
||||
height:100%;
|
||||
}
|
||||
|
||||
input {
|
||||
color: Black;
|
||||
}
|
||||
|
||||
.x-deluge-main-panel {
|
||||
background-image: url('/icons/16/deluge.png');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user