Browse Source

sabnzbd wizard fix, and screenshots

pull/124/head
Marius 5 years ago
parent
commit
7ba2748c1f
  1. 24
      CSS/themes/sabnzbd/sabnzbd-base.css
  2. BIN
      Screenshots/sabnzbd/glitter.png
  3. BIN
      Screenshots/sabnzbd/organizr-dark.png

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

@ -584,7 +584,10 @@ legend {
-o-transition: none; -o-transition: none;
transition: none; transition: none;
} }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #919191;
opacity: 1;
}
/* Scheduling */ /* Scheduling */
.time { .time {
color: #fff; color: #fff;
@ -593,3 +596,22 @@ legend {
label { label {
color: #ffffff; color: #ffffff;
} }
/* Wizard */
.container {
border: 1px solid rgba(255, 255, 255, 0);
background-color: rgb(255 255 255 / 0);
}
.container #inner {
background-color: transparent;
}
.language:hover {
background-color: rgb(255 255 255 / 10%);
}
.container .quoteBlock {
background-color: rgb(0 0 0 / 25%);
}
#content a, #content a:hover, #content a:active, #content a:visited, #serverResponse {
color: #eee;
}

BIN
Screenshots/sabnzbd/glitter.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
Screenshots/sabnzbd/organizr-dark.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Loading…
Cancel
Save