Browse Source

Change background color of rows of torrent content

adaptive-webui-19844
Gabriele 10 years ago
parent
commit
4ff999d1c5
  1. 5
      src/webui/www/public/css/style.css

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

@ -343,3 +343,8 @@ ul.filterList li:hover {
ul.filterList li:hover a { ul.filterList li:hover a {
color: white; color: white;
} }
#filesTable tr:hover {
background-color: #e60;
color: white;
}
Loading…
Cancel
Save