deluge/deluge/ui/web/css/xtheme-default.css
Damien Churchill fdaf3d0810 remove vista theme as it was for ext 1.x and doesn't work with ext 2
add a stylesheet for the default theme that fixes the button text color when viewed in a browser with a dark theme
2009-04-02 08:20:38 +00:00

3 lines
35 B
CSS

.x-btn button {
color: Black;
}