Browse Source

WebUI: Change selected color

The selected color was little bit too close to the progress bar color.
adaptive-webui-19844
Daniel Peukert 9 years ago
parent
commit
3901f1555d
  1. 2
      src/webui/www/public/css/dynamicTable.css
  2. 2
      src/webui/www/public/css/style.css

2
src/webui/www/public/css/dynamicTable.css

@ -47,7 +47,7 @@
#properties #torrentFiles tr.selected, #properties #torrentFiles tr.selected,
#properties #trackers tr.selected, #properties #trackers tr.selected,
#transferList tr.selected { #transferList tr.selected {
background-color: #354158; background-color: #727E96;
color: #fff; color: #fff;
} }

2
src/webui/www/public/css/style.css

@ -141,7 +141,7 @@ hr {
} }
.selectedFilter { .selectedFilter {
background-color: #354158; background-color: #727E96;
color: #000; color: #000;
} }

Loading…
Cancel
Save