Browse Source

added muted accents on hover

pull/138/head
Marius 4 years ago
parent
commit
f2925b57cb
  1. 2
      CSS/themes/qbittorrent/aquamarine.css
  2. 2
      CSS/themes/qbittorrent/dark.css
  3. 2
      CSS/themes/qbittorrent/hotline.css
  4. 2
      CSS/themes/qbittorrent/organizr-dark.css
  5. 2
      CSS/themes/qbittorrent/plex.css
  6. 10
      CSS/themes/qbittorrent/qbittorrent-base.css
  7. 2
      CSS/themes/qbittorrent/space-gray.css

2
CSS/themes/qbittorrent/aquamarine.css

@ -20,7 +20,7 @@
--button-color: #009688;
--button-color-hover: #12afa0;
--button-text: #eee;
--accent-color: #12afa0;
--accent-color: 18, 175, 160;
--accent-color-hover: #fff;
--text: #eee;
--text-hover: #fff;

2
CSS/themes/qbittorrent/dark.css

@ -20,7 +20,7 @@
--button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30);
--button-text: #eee;
--accent-color: #fff;
--accent-color: 255, 255, 255;
--accent-color-hover: rgba(255, 255, 255, 0.45);
--text: #eee;
--text-hover: #fff;

2
CSS/themes/qbittorrent/hotline.css

@ -20,7 +20,7 @@
--button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30);
--button-text: #eee;
--accent-color: #F44336;
--accent-color: 244, 64, 52;
--accent-color-hover: #0b3161;
--text: #eee;
--text-hover: #fff;

2
CSS/themes/qbittorrent/organizr-dark.css

@ -20,7 +20,7 @@
--button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8);
--button-text: #eee;
--accent-color:#2cabe3;
--accent-color: 44, 171, 227;
--accent-color-hover: #fff;
--text:#96a2b4;
--text-hover: #fff;

2
CSS/themes/qbittorrent/plex.css

@ -20,7 +20,7 @@
--button-color: #cc7b19;
--button-color-hover: #e59029;
--button-text: #eee;
--accent-color: #e5a00d;
--accent-color: 227, 159, 13;
--accent-color-hover: #ffc107;
--text: #eee;
--text-hover: #fff;

10
CSS/themes/qbittorrent/qbittorrent-base.css

@ -239,7 +239,7 @@ label {
}
.dynamicTable th {
background-color: var(--accent-color) !important;
background-color: rgba(0, 0, 0, 0.25) !important;
border-right-color: rgba(255, 255, 255, .08) !important;
}
@ -269,7 +269,7 @@ label {
}
.dynamicTable tbody tr.selected {
background-color: rgba(0, 0, 0, 0.45) !important;
background-color: rgba(var(--accent-color),0.6) !important;
}
.dynamicTable th.sorted.reverse {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/go-down.png) !important;
@ -379,12 +379,12 @@ li.divider {
/* Sidemenu */
.selectedFilter {
background-color: rgba(0, 0, 0, 0.25);
background-color: rgba(var(--accent-color),0.6);
color: #FFF;
}
ul.filterList li:hover {
background-color: rgba(255, 255, 255, 0.08);
background-color: rgba(var(--accent-color),0.6);
}
.columnHandle {
@ -1663,4 +1663,4 @@ img[src="icons/stalledDL.svg"] {
margin-right: 5px;
color: rgba(255, 255, 255, 0.7);
padding-left: 5px;
}
}

2
CSS/themes/qbittorrent/space-gray.css

@ -20,7 +20,7 @@
--button-color: #607D8B;
--button-color-hover: #81a6b7;
--button-text: #eee;
--accent-color: #81a6b7;
--accent-color: 129, 166, 183;
--accent-color-hover: #81a6b7;
--text: #eee;
--text-hover: #fff;

Loading…
Cancel
Save