Browse Source

added small improvements to queue table and progress indicators

pull/150/head
David Freina 4 years ago
parent
commit
3d792287f7
  1. 24
      CSS/themes/sabnzbd/sabnzbd-base.css

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

@ -25,8 +25,8 @@ body {
font-size: 1.4em !important;
color: white;
}
/* Scrollbar */
@media only screen and (min-width: 768px) {
/* Scrollbar */
@media only screen and (min-width: 768px) {
html {
height: 100%;
width: 100%;
@ -106,6 +106,12 @@ body {
.caret {
border-top-color: white !important;
}
svg.peity polygon {
fill: var(--nav-button-color) !important;
}
svg.peity polyline {
stroke: var(--nav-button-color) !important;
}
/* BUTTONS */
.form-signin .btn {
@ -301,6 +307,20 @@ tbody>tr:last-child td {
border-bottom: 1px solid transparent!important;
background: rgba(255, 255, 255, 0.25);
}
.progress {
background-color: transparent !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.progress-bar strong {
color: hsla(0,0%,100%,.7) !important;
}
.progress-bar + span{
color: hsla(0,0%,100%,.7) !important;
}
.progress-bar-info {
background-color: var(--nav-button-color);
}
.multioperations-selector {

Loading…
Cancel
Save