Skip to content

Commit

Permalink
Merge pull request #4111 from dpeukert/master
Browse files Browse the repository at this point in the history
WebUI: Change selected color
  • Loading branch information
sledgehammer999 committed Nov 23, 2015
2 parents 0aaf4d1 + 3901f15 commit 0b68c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/webui/www/public/css/dynamicTable.css
Expand Up @@ -47,7 +47,7 @@
#properties #torrentFiles tr.selected,
#properties #trackers tr.selected,
#transferList tr.selected {
background-color: #354158;
background-color: #727E96;
color: #fff;
}

Expand Down
2 changes: 1 addition & 1 deletion src/webui/www/public/css/style.css
Expand Up @@ -141,7 +141,7 @@ hr {
}

.selectedFilter {
background-color: #354158;
background-color: #727E96;
color: #000;
}

Expand Down

0 comments on commit 0b68c23

Please sign in to comment.