sabnzbd wizard fix, and screenshots
This commit is contained in:
parent
0f7dde2184
commit
7ba2748c1f
@ -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
Normal file
BIN
Screenshots/sabnzbd/glitter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
Screenshots/sabnzbd/organizr-dark.png
Normal file
BIN
Screenshots/sabnzbd/organizr-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Loading…
Reference in New Issue
Block a user