add color to input boxes so text is visible whilst using a dark browser theme

This commit is contained in:
Damien Churchill 2009-03-19 22:29:24 +00:00
parent f909c2409f
commit 1229e9a46c

View File

@ -7,6 +7,10 @@ html, body {
height:100%;
}
input {
color: Black;
}
.x-deluge-main-panel {
background-image: url('/icons/16/deluge.png');
}