Browse Source

torrent selection change

pull/178/head
Marius 4 years ago
parent
commit
4ba7e81fe2
  1. 4
      CSS/themes/flood/flood-base.css

4
CSS/themes/flood/flood-base.css

@ -263,14 +263,14 @@ p,
.dark .torrent--is-condensed.torrent--is-selected+.torrent,
.torrent--is-condensed.torrent--is-selected,
.torrent--is-condensed.torrent--is-selected+.torrent {
border-color: rgb(255 255 255 / 10%);
border-color: rgba(var(--accent-color),.7);
}
.dark .torrent--is-selected:after,
.dark .torrent--is-selected:hover:after,
.torrent--is-selected:after,
.torrent--is-selected:hover:after {
background: rgba(0, 0, 0, .45);
background: rgba(var(--accent-color),.7);
}
.dark .table__row--heading,

Loading…
Cancel
Save