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%;
|
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…
x
Reference in New Issue
Block a user