Browse Source

formatting

pull/166/head
Marius 4 years ago
parent
commit
d33b6206aa
  1. 485
      CSS/themes/sabnzbd/sabnzbd-base.css

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

@ -20,98 +20,124 @@ body {
-moz-background-size: auto, cover; -moz-background-size: auto, cover;
-o-background-size: auto, cover; -o-background-size: auto, cover;
background-color: transparent; background-color: transparent;
color:hsla(0,0%,100%,.7)!important; color: hsla(0, 0%, 100%, .7) !important;
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif !important; font-family: Open Sans Bold, Helvetica Neue, Helvetica, Arial, sans-serif !important;
font-size: 1.4em !important; font-size: 1.4em !important;
color: white; color: white;
} }
/* Scrollbar */
@media only screen and (min-width: 768px) { /* Scrollbar */
html { @media only screen and (min-width: 768px) {
height: 100%; html {
width: 100%; height: 100%;
overflow: hidden; width: 100%;
} overflow: hidden;
body { }
overflow-y: auto;
height: 100%; body {
background: var(--main-bg-color) overflow-y: auto;
} height: 100%;
} background: var(--main-bg-color)
::-webkit-scrollbar { }
width: 14px; }
}
::-webkit-scrollbar-thumb { ::-webkit-scrollbar {
min-height: 50px; width: 14px;
border: 3px solid transparent; }
border-radius: 8px;
background-color: hsla(0,0%,100%,.2); ::-webkit-scrollbar-thumb {
background-clip: padding-box; min-height: 50px;
} border: 3px solid transparent;
::-webkit-scrollbar-track { border-radius: 8px;
background-color: transparent; background-color: hsla(0, 0%, 100%, .2);
} background-clip: padding-box;
::-webkit-scrollbar-thumb:hover { }
min-height: 50px;
border: 3px solid transparent; ::-webkit-scrollbar-track {
border-radius: 8px; background-color: transparent;
background-color: hsla(0,0%,100%,.5); }
background-clip: padding-box;
} ::-webkit-scrollbar-thumb:hover {
min-height: 50px;
border: 3px solid transparent;
border-radius: 8px;
background-color: hsla(0, 0%, 100%, .5);
background-clip: padding-box;
}
/* navbar */ /* navbar */
.navbar-inverse { .navbar-inverse {
background-color: rgba(0, 0, 0, .25); background-color: rgba(0, 0, 0, .25);
border-color: transparent !important; border-color: transparent !important;
} }
.navbar-btn { .navbar-btn {
background: var(--nav-button-color) !important; background: var(--nav-button-color) !important;
border-color: transparent !important; border-color: transparent !important;
} }
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
background-color: hsla(0,0%,100%,.08); .navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
background-color: hsla(0, 0%, 100%, .08);
} }
.ui-slider-horizontal, .ui-slider-range-min {
.ui-slider-horizontal,
.ui-slider-range-min {
background: var(--settings-accent-color) !important; background: var(--settings-accent-color) !important;
} }
.ui-slider .ui-slider-handle { .ui-slider .ui-slider-handle {
background-color: var(--settings-accent-color); background-color: var(--settings-accent-color);
border: 1px solid black; border: 1px solid black;
} }
.main-content { .main-content {
background-color: rgba(0, 0, 0, 0.15); background-color: rgba(0, 0, 0, 0.15);
border: none; border: none;
} }
.dropdown-menu { .dropdown-menu {
background: var(--modal-bg-color); background: var(--modal-bg-color);
} }
.dropdown-menu>li>a { .dropdown-menu>li>a {
color: #fff; color: #fff;
} }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
color: #ffffff; color: #ffffff;
background-color: rgba(255, 255, 255, 0.08); background-color: rgba(255, 255, 255, 0.08);
} }
.dropdown-header { .dropdown-header {
color: #fff; color: #fff;
} }
.menu-options .form-control { .menu-options .form-control {
background: var(--modal-bg-color); background: var(--modal-bg-color);
background-color: rgb(25, 26, 28); background-color: rgb(25, 26, 28);
} }
.main-notification-box { .main-notification-box {
background-color: var(--modal-bg-color); background-color: var(--modal-bg-color);
} }
.form-control:focus { .form-control:focus {
border-color: #ffffff; border-color: #ffffff;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
} }
.caret { .caret {
border-top-color: white !important; border-top-color: white !important;
} }
svg.peity polygon { svg.peity polygon {
fill: var(--nav-button-color) !important; fill: var(--nav-button-color) !important;
} }
svg.peity polyline { svg.peity polyline {
stroke: var(--nav-button-color) !important; stroke: var(--nav-button-color) !important;
} }
@ -121,48 +147,81 @@ svg.peity polyline {
background: var(--default-button-color) !important; background: var(--default-button-color) !important;
outline: none !important; outline: none !important;
} }
.text-center a { .text-center a {
color: #ffffff; color: #ffffff;
} }
.btn-default { .btn-default {
color: #fff; color: #fff;
background: var(--default-button-color); background: var(--default-button-color);
border-color: #00000000 !important; border-color: #00000000 !important;
outline: none !important; outline: none !important;
} }
.btn-default:focus, .btn-default.focus {
.btn-default:focus,
.btn-default.focus {
color: #fff; color: #fff;
background: var(--default-button-color-hover); background: var(--default-button-color-hover);
border-color: #00000000 !important; border-color: #00000000 !important;
} }
.btn-default:hover { .btn-default:hover {
color: #fff; color: #fff;
background: var(--default-button-color-hover); background: var(--default-button-color-hover);
border-color: #00000000 !important; border-color: #00000000 !important;
} }
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus { .btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
color: #fff; color: #fff;
background: var(--default-button-color-active); background: var(--default-button-color-active);
border-color: #00000000 !important; border-color: #00000000 !important;
} }
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default { .btn-default:active,
color: #fff; .btn-default.active,
.open>.dropdown-toggle.btn-default {
color: #fff;
background: var(--default-button-color-active); background: var(--default-button-color-active);
border-color: #00000000 !important; border-color: #00000000 !important;
} }
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
z-index: 0; z-index: 0;
} }
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus { .btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
color: #fff !important; color: #fff !important;
background-color: var(--default-button-color-active); background-color: var(--default-button-color-active);
border-color: #00000000 !important; border-color: #00000000 !important;
} }
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default { .btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
color: #fff; color: #fff;
background-color: var(--default-button-color-active) !important; background-color: var(--default-button-color-active) !important;
border-color: #00000000 !important; border-color: #00000000 !important;
@ -174,6 +233,7 @@ svg.peity polyline {
background-color: #a94442; background-color: #a94442;
border-color: transparent; border-color: transparent;
} }
.btn-default.sabnzbd_restart:hover { .btn-default.sabnzbd_restart:hover {
color: #fff; color: #fff;
background-color: #d93935; background-color: #d93935;
@ -185,28 +245,37 @@ svg.peity polyline {
background-color: #3c763d; background-color: #3c763d;
border-color: transparent; border-color: transparent;
} }
.btn-default.saveButton:hover, .btn-default.saveButton:focus, .btn-default.saveButton:active {
.btn-default.saveButton:hover,
.btn-default.saveButton:focus,
.btn-default.saveButton:active {
color: #fff !important; color: #fff !important;
background-color: #42a543 !important; background-color: #42a543 !important;
border-color: transparent !important; border-color: transparent !important;
} }
/* buttons categories */ /* buttons categories */
.btn-default.delCat { .btn-default.delCat {
color: #fff; color: #fff;
background-color: #a94442; background-color: #a94442;
border-color: #2d2c2c; border-color: #2d2c2c;
} }
.btn-default.delCat:hover { .btn-default.delCat:hover {
color: #fff; color: #fff;
background-color: #d93935; background-color: #d93935;
border-color: transparent; border-color: transparent;
} }
.btn-default.fileBrowser { .btn-default.fileBrowser {
color: #fff; color: #fff;
background-color: var(--default-button-color); background-color: var(--default-button-color);
border-color: transparent; border-color: transparent;
} }
.btn-default.fileBrowser:hover, .btn-default.fileBrowser:focus, .btn-default.fileBrowser:active {
.btn-default.fileBrowser:hover,
.btn-default.fileBrowser:focus,
.btn-default.fileBrowser:active {
color: #fff !important; color: #fff !important;
background-color: var(--default-button-color-hover) !important; background-color: var(--default-button-color-hover) !important;
border-color: transparent !important; border-color: transparent !important;
@ -218,7 +287,9 @@ svg.peity polyline {
background-color: #a94442; background-color: #a94442;
border-color: transparent; border-color: transparent;
} }
.btn-default.restoreDefaults:hover, .btn-default.restoreDefaults:focus {
.btn-default.restoreDefaults:hover,
.btn-default.restoreDefaults:focus {
color: #fff; color: #fff;
background-color: #d93935; background-color: #d93935;
border-color: transparent; border-color: transparent;
@ -230,28 +301,38 @@ svg.peity polyline {
background-color: #a94442; background-color: #a94442;
border-color: transparent; border-color: transparent;
} }
.btn-default.clearBtn:hover { .btn-default.clearBtn:hover {
color: #fff !important; color: #fff !important;
background-color: #d93935; background-color: #d93935;
border-color: none; border-color: none;
} }
.btn-default.patternKey { .btn-default.patternKey {
color: #fff !important; color: #fff !important;
background-color: var(--default-button-color); background-color: var(--default-button-color);
border-color: transparent; border-color: transparent;
} }
.btn-default.patternKey:hover { .btn-default.patternKey:hover {
color: #fff !important; color: #fff !important;
background-color: var(--default-button-color-hover); background-color: var(--default-button-color-hover);
border-color: transparent; border-color: transparent;
} }
input[type="button"], input[type="submit"] { input[type="button"],
input[type="submit"] {
color: #fff !important; color: #fff !important;
background: var(--default-button-color); background: var(--default-button-color);
border: 1px solid #00000000 border: 1px solid #00000000
} }
input[type="button"]:hover, input[type="submit"]:hover, input[type="button"]:active, input[type="submit"]:active, input[type="button"]:focus, input[type="submit"]:focus {
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="submit"]:active,
input[type="button"]:focus,
input[type="submit"]:focus {
color: #fff !important; color: #fff !important;
background-color: var(--default-button-color-hover) !important; background-color: var(--default-button-color-hover) !important;
border: 1px solid #00000000 border: 1px solid #00000000
@ -263,7 +344,10 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="button"]:act
background-color: var(--default-button-color); background-color: var(--default-button-color);
border-color: transparent; border-color: transparent;
} }
.btn-default.btn-file:hover, .btn-default.btn-file:active, .btn-default.btn-file:focus {
.btn-default.btn-file:hover,
.btn-default.btn-file:active,
.btn-default.btn-file:focus {
color: #fff !important; color: #fff !important;
background-color: var(--default-button-color-hover) !important; background-color: var(--default-button-color-hover) !important;
border-color: transparent !important; border-color: transparent !important;
@ -273,64 +357,95 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="button"]:act
.caret { .caret {
border-top-color: white !important; border-top-color: white !important;
} }
a, a:active, a:hover, a:focus {
a,
a:active,
a:hover,
a:focus {
color: white; color: white;
} }
.table-striped>tbody>tr:nth-of-type(odd) { .table-striped>tbody>tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.25); background-color: rgba(0, 0, 0, 0.25);
} }
tbody.no-downloads tr td { tbody.no-downloads tr td {
border-bottom: 1px solid #1f1f1f !important; border-bottom: 1px solid #1f1f1f !important;
} }
tbody>tr>td:last-child { tbody>tr>td:last-child {
border-right: 1px solid transparent !important; border-right: 1px solid transparent !important;
} }
tr td { tr td {
border-top: 1px solid transparent!important; border-top: 1px solid transparent !important;
} }
tbody>tr>td:first-child { tbody>tr>td:first-child {
border-left: 1px solid transparent!important; border-left: 1px solid transparent !important;
} }
table { table {
background-color: rgba(0, 0, 0, 0.25) !important background-color: rgba(0, 0, 0, 0.25) !important
} }
table:hover { table:hover {
background-color: rgba(0, 0, 0, 0.25) !important; background-color: rgba(0, 0, 0, 0.25) !important;
} }
.table-hover>tbody>tr:hover { .table-hover>tbody>tr:hover {
background-color: rgba(255, 255, 255, 0.07) !important background-color: rgba(255, 255, 255, 0.07) !important
} }
tbody>tr:last-child td { tbody>tr:last-child td {
border-bottom: 1px solid transparent !important; border-bottom: 1px solid transparent !important;
} }
.history-table, tr td.status, .history-table, tr td.history-completedon, .history-table, tr td.row-extra-text, .history-table tr td.status, .history-table tr td.history-completedon, .history-table tr td.row-extra-text {
.history-table,
tr td.status,
.history-table,
tr td.history-completedon,
.history-table,
tr td.row-extra-text,
.history-table tr td.status,
.history-table tr td.history-completedon,
.history-table tr td.row-extra-text {
color: #fff; color: #fff;
} }
.table-messages .table-messages-remove { .table-messages .table-messages-remove {
border-bottom: 1px solid transparent!important; border-bottom: 1px solid transparent !important;
background: rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.25);
} }
.progress { .progress {
background-color: transparent !important; background-color: transparent !important;
box-shadow: none !important; box-shadow: none !important;
-webkit-box-shadow: none !important; -webkit-box-shadow: none !important;
} }
.progress-bar strong { .progress-bar strong {
color: hsla(0,0%,100%,.7) !important; color: hsla(0, 0%, 100%, .7) !important;
} }
.progress-bar + span{
color: hsla(0,0%,100%,.7) !important; .progress-bar+span {
color: hsla(0, 0%, 100%, .7) !important;
} }
.progress-bar-info, .progress-bar {
.progress-bar-info,
.progress-bar {
background-color: var(--nav-button-color) !important; background-color: var(--nav-button-color) !important;
} }
.glyphicon-compressed:before{
.glyphicon-compressed:before {
color: #888; color: #888;
} }
.direct-unpack span{
.direct-unpack span {
color: #888; color: #888;
} }
.processing-download > div {
.processing-download>div {
background-color: #888; background-color: #888;
} }
@ -339,22 +454,37 @@ tbody>tr:last-child td {
border: 1px solid transparent !important; border: 1px solid transparent !important;
background-color: rgba(0, 0, 0, 0.25) !important; background-color: rgba(0, 0, 0, 0.25) !important;
} }
#history-options .hover-button { #history-options .hover-button {
color: white; color: white;
} }
.pagination>li>a, .pagination>li>span, .pagination>li>span:hover { .pagination>li>a,
.pagination>li>span,
.pagination>li>span:hover {
color: white; color: white;
} }
.pagination>li>a, .pagination>li>span {
.pagination>li>a,
.pagination>li>span {
background-color: rgba(0, 0, 0, 0.25) !important; background-color: rgba(0, 0, 0, 0.25) !important;
border: none !important; border: none !important;
} }
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
background-color: rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.25);
border-color: transparent; border-color: transparent;
} }
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
color: white; color: white;
background-color: rgba(0, 0, 0, .25); background-color: rgba(0, 0, 0, .25);
border-color: transparent; border-color: transparent;
@ -364,6 +494,7 @@ tbody>tr:last-child td {
.search-box input { .search-box input {
border: transparent; border: transparent;
} }
.form-control { .form-control {
color: white; color: white;
background-color: #1b1a1a; background-color: #1b1a1a;
@ -371,22 +502,30 @@ tbody>tr:last-child td {
/*Tabbed sorting */ /*Tabbed sorting */
.history-queue-swicher .nav-tabs>li>a, .history-queue-swicher .nav-tabs>li.active>a { .history-queue-swicher .nav-tabs>li>a,
.history-queue-swicher .nav-tabs>li.active>a {
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
border: 1px solid transparent; border: 1px solid transparent;
color: #fff !important; color: #fff !important;
} }
.history-queue-swicher .nav { .history-queue-swicher .nav {
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
} }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
color: #555; color: #555;
background-color: rgba(255, 255, 255, 0.15); background-color: rgba(255, 255, 255, 0.15);
} }
.nav>li>a:hover, .nav>li>a:focus {
.nav>li>a:hover,
.nav>li>a:focus {
text-decoration: none; text-decoration: none;
background-color: rgba(255, 255, 255, 0.08); background-color: rgba(255, 255, 255, 0.08);
} }
.badge { .badge {
color: #fff; color: #fff;
background-color: rgba(0, 0, 0, 0.25); background-color: rgba(0, 0, 0, 0.25);
@ -397,67 +536,97 @@ tbody>tr:last-child td {
background: var(--main-bg-color); background: var(--main-bg-color);
border: none; border: none;
} }
.navbar-default .navbar-nav>li>a { .navbar-default .navbar-nav>li>a {
color: #dddddd !important; color: #dddddd !important;
} }
.navbar-default .navbar-nav>.open>a { .navbar-default .navbar-nav>.open>a {
background-color: hsla(0,0%,0%,.15); background-color: hsla(0, 0%, 0%, .15);
} }
.navbar-default .navbar-nav>li>a:hover, .navbar-logo:hover {
.navbar-default .navbar-nav>li>a:hover,
.navbar-logo:hover {
background-color: transparent !important; background-color: transparent !important;
} }
.navbar-default .navbar-nav>li>a:hover { .navbar-default .navbar-nav>li>a:hover {
background-color: hsla(0,0%,100%,.08) !important; background-color: hsla(0, 0%, 100%, .08) !important;
color: white !important; color: white !important;
} }
.navbar-default .navbar-nav>li>a.active { .navbar-default .navbar-nav>li>a.active {
background-color: hsla(0,0%,0%,.15) !important; background-color: hsla(0, 0%, 0%, .15) !important;
color: var(--settings-accent-color) !important; color: var(--settings-accent-color) !important;
} }
#content { #content {
color: #fff; color: #fff;
} }
.colmask { .colmask {
border: none; border: none;
background-color: rgba(0, 0, 0, .25); background-color: rgba(0, 0, 0, .25);
} }
table { table {
border-color: transparent!important; border-color: transparent !important;
} }
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
border-top: transparent; border-top: transparent;
} }
.section, #addFeed, #addFeedContent {
.section,
#addFeed,
#addFeedContent {
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
} }
.alt, .infoTableSeperator.alt {
.alt,
.infoTableSeperator.alt {
background-color: rgba(0, 0, 0, .25); background-color: rgba(0, 0, 0, .25);
} }
.info-container { .info-container {
color: #fff; color: #fff;
} }
.col2 table { .col2 table {
background-color: transparent !important; background-color: transparent !important;
} }
.col2 table:hover { .col2 table:hover {
background-color: transparent !important; background-color: transparent !important;
} }
/*General Settings*/ /*General Settings*/
.Key tr:nth-child(odd), .tab-pane tr:nth-child(odd), .even { .Key tr:nth-child(odd),
.tab-pane tr:nth-child(odd),
.even {
background-color: transparent; background-color: transparent;
} }
.path { .path {
color: #fff; color: #fff;
} }
.col2 h3 { .col2 h3 {
background: transparent; background: transparent;
} }
.form-control.advanced-button.config-hover { .form-control.advanced-button.config-hover {
color: #fff; color: #fff;
background-color: rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.25);
border-color: rgba(255, 255, 255, 0.25); border-color: rgba(255, 255, 255, 0.25);
border-radius: 3px !important; border-radius: 3px !important;
} }
.form-control.advanced-button.config-hover:hover { .form-control.advanced-button.config-hover:hover {
color: #fff; color: #fff;
background-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0.3);
@ -466,52 +635,101 @@ table {
} }
.form-control::-moz-placeholder { .form-control::-moz-placeholder {
color:#fff !important; color: #fff !important;
opacity:1 opacity: 1
} }
.form-control:-ms-input-placeholder { .form-control:-ms-input-placeholder {
color:#fff !important; color: #fff !important;
} }
.form-control::-webkit-input-placeholder { .form-control::-webkit-input-placeholder {
color:#fff !important; color: #fff !important;
} }
.col2 p, .col2-cats {
.col2 p,
.col2-cats {
color: #fff; color: #fff;
} }
/*Input*/ /*Input*/
input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="password"], input[type="date"], textarea, select { input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="date"],
textarea,
select {
border: none; border: none;
background-color: rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.25);
border-radius: 3px !important; border-radius: 3px !important;
color: #fff !important; color: #fff !important;
outline: none; outline: none;
} }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
border: none; border: none;
background-color: rgb(25, 26, 28); background-color: rgb(25, 26, 28);
border-radius: 3px !important; border-radius: 3px !important;
outline: none; outline: none;
} }
textarea:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus { textarea:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
background-color: rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.25);
border: none; border: none;
-webkit-box-shadow: none !important; -webkit-box-shadow: none !important;
box-shadow: none !important; box-shadow: none !important;
} }
/*Servers*/ /*Servers*/
.Servers .ct-label { .Servers .ct-label {
color: white; color: white;
} }
.Servers .ct-series-a .ct-point { .Servers .ct-series-a .ct-point {
stroke: #337ab7; stroke: #337ab7;
stroke-width: 4px; stroke-width: 4px;
} }
.Servers .ct-series-a .ct-line { .Servers .ct-series-a .ct-line {
stroke: #ffffff; stroke: #ffffff;
} }
.Servers .ct-series-a .ct-area { .Servers .ct-series-a .ct-area {
fill: #ffffff; fill: #ffffff;
} }
@ -520,20 +738,27 @@ textarea:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[ty
.Categories form:first-of-type tr:last-of-type { .Categories form:first-of-type tr:last-of-type {
background-color: transparent; background-color: transparent;
} }
.catTable { .catTable {
background-color: transparent !important; background-color: transparent !important;
} }
.catTable:hover { .catTable:hover {
background-color: transparent !important; background-color: transparent !important;
} }
.Categories form.sorting-row:nth-child(2n-1) tr { .Categories form.sorting-row:nth-child(2n-1) tr {
background-color: transparent; background-color: transparent;
} }
input[disabled], select[disabled] {
input[disabled],
select[disabled] {
background-color: #1f1f1f; background-color: #1f1f1f;
opacity: .5; opacity: .5;
} }
input[disabled]:hover, select[disabled]:hover {
input[disabled]:hover,
select[disabled]:hover {
background-color: #1f1f1f; background-color: #1f1f1f;
opacity: .5; opacity: .5;
} }
@ -546,52 +771,72 @@ input[disabled]:hover, select[disabled]:hover {
} }
.example { .example {
background-color: rgba(255,255,255,0.15); background-color: rgba(255, 255, 255, 0.15);
} }
/*modal*/ /*modal*/
.modal-content { .modal-content {
background: var(--modal-bg-color); background: var(--modal-bg-color);
} }
.modal-body { .modal-body {
background: var(--modal-bg-color); background: var(--modal-bg-color);
} }
.modal-header { .modal-header {
background: var(--modal-bg-color); background: var(--modal-bg-color);
} }
.modal-body>.nav-tabs>li>a { .modal-body>.nav-tabs>li>a {
color: white !important; color: white !important;
opacity: 1 !important; opacity: 1 !important;
border: transparent; border: transparent;
} }
.modal-body>.nav-tabs>li.active>a, .modal-body>.nav-tabs>li.active>a:hover, .modal-body>.nav-tabs>li.active>a:focus {
.modal-body>.nav-tabs>li.active>a,
.modal-body>.nav-tabs>li.active>a:hover,
.modal-body>.nav-tabs>li.active>a:focus {
color: #555; color: #555;
background-color: hsla(0,0%,100%,.08); background-color: hsla(0, 0%, 100%, .08);
border: transparent; border: transparent;
border-bottom-color: transparent; border-bottom-color: transparent;
cursor: default; cursor: default;
} }
.modal-body>.nav-tabs>li>a:hover { .modal-body>.nav-tabs>li>a:hover {
border-color: transparent !important; border-color: transparent !important;
} }
.modal-body>.nav>li>a:hover, .modal-body>.nav>li>a:focus {
background-color: hsla(0,0%,100%,.08) !important; .modal-body>.nav>li>a:hover,
.modal-body>.nav>li>a:focus {
background-color: hsla(0, 0%, 100%, .08) !important;
} }
.modal-body>.tab-content>.active { .modal-body>.tab-content>.active {
background: var(--modal-bg-color) !important; background: var(--modal-bg-color) !important;
} }
#modal-options .tab-content h4 { #modal-options .tab-content h4 {
color: white; color: white;
} }
#modal-options .options-switch label, #modal-options #options-orphans .process-all-orphaned {
#modal-options .options-switch label,
#modal-options #options-orphans .process-all-orphaned {
color: white; color: white;
} }
a.list-group-item, button.list-group-item {
color: #fff; a.list-group-item,
button.list-group-item {
color: #fff;
} }
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
text-decoration: none; a.list-group-item:hover,
color: #fff; button.list-group-item:hover,
background-color: rgba(255, 255, 255, 0.08); a.list-group-item:focus,
button.list-group-item:focus {
text-decoration: none;
color: #fff;
background-color: rgba(255, 255, 255, 0.08);
} }
legend { legend {
@ -605,21 +850,28 @@ legend {
border: 0; border: 0;
border-bottom: none; border-bottom: none;
} }
.form-control { .form-control {
border: transparent; border: transparent;
} }
.fade.in { .fade.in {
background: rgba(0, 0, 0, 0.6); background: rgba(0, 0, 0, 0.6);
} }
.fade { .fade {
-webkit-transition: none; -webkit-transition: none;
-o-transition: none; -o-transition: none;
transition: none; transition: none;
} }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #919191; background-color: #919191;
opacity: 1; opacity: 1;
} }
/* Scheduling */ /* Scheduling */
.time { .time {
color: #fff; color: #fff;
@ -635,16 +887,24 @@ label {
border: 1px solid rgba(255, 255, 255, 0); border: 1px solid rgba(255, 255, 255, 0);
background-color: rgb(255 255 255 / 0); background-color: rgb(255 255 255 / 0);
} }
.container #inner { .container #inner {
background-color: transparent; background-color: transparent;
} }
.language:hover { .language:hover {
background-color: rgb(255 255 255 / 10%); background-color: rgb(255 255 255 / 10%);
} }
.container .quoteBlock { .container .quoteBlock {
background-color: rgb(0 0 0 / 25%); background-color: rgb(0 0 0 / 25%);
} }
#content a, #content a:hover, #content a:active, #content a:visited, #serverResponse {
#content a,
#content a:hover,
#content a:active,
#content a:visited,
#serverResponse {
color: #eee; color: #eee;
} }
@ -652,6 +912,7 @@ label {
#modal-options .table-server-connections th { #modal-options .table-server-connections th {
border-left: none; border-left: none;
} }
#modal-options .table-server-connections th:last-child { #modal-options .table-server-connections th:last-child {
border-right: none; border-right: none;
} }
Loading…
Cancel
Save