Browse Source

sab sab sab

pull/16/head
gilbN 6 years ago
parent
commit
a074918041
  1. 23
      CSS/themes/sabnzbd/sabnzbd-base.css

23
CSS/themes/sabnzbd/sabnzbd-base.css

@ -334,6 +334,29 @@ tbody>tr:last-child td {
background-color: #1b1a1a; background-color: #1b1a1a;
} }
/*Tabbed sorting */
.history-queue-swicher .nav-tabs>li>a, .history-queue-swicher .nav-tabs>li.active>a {
border-bottom: 1px solid transparent;
border: 1px solid transparent;
color: #fff !important;
}
.history-queue-swicher .nav {
border-bottom: 1px solid transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #555;
background-color: rgba(255, 255, 255, 0.15);
}
.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: rgba(255, 255, 255, 0.08);
}
.badge {
color: #fff;
background-color: rgba(0, 0, 0, 0.25);
}
/*Settings*/ /*Settings*/
.navbar-default { .navbar-default {
background: var(--main-bg-color); background: var(--main-bg-color);

Loading…
Cancel
Save