Browse Source

Alternate background color for torrent content

CSS3 support required.
adaptive-webui-19844
Gabriele 10 years ago
parent
commit
af9e40d83d
  1. 4
      src/webui/www/public/css/style.css

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

@ -344,6 +344,10 @@ ul.filterList li:hover a {
color: white; color: white;
} }
#filesTable tr:nth-child(even) {
background-color: #eee;
}
#filesTable tr:hover { #filesTable tr:hover {
background-color: #e60; background-color: #e60;
color: white; color: white;

Loading…
Cancel
Save