1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00

sabnzbd wizard fix, and screenshots

This commit is contained in:
Marius 2020-11-17 21:17:04 +01:00
parent 0f7dde2184
commit 7ba2748c1f
3 changed files with 23 additions and 1 deletions

View File

@ -584,7 +584,10 @@ legend {
-o-transition: none;
transition: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #919191;
opacity: 1;
}
/* Scheduling */
.time {
color: #fff;
@ -593,3 +596,22 @@ legend {
label {
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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB