Browse Source

fixed speed test modal

pull/11/head
gilbN 5 years ago
parent
commit
fbaac236e7
  1. 9
      CSS/themes/organizr/organizr-base.css

9
CSS/themes/organizr/organizr-base.css

@ -138,6 +138,14 @@ html {
#internal-Settings, #preloader, .active-tab-Settings, .error-page {
background: var(--main-bg-color);
}
/*Speed test footer and circles*/
.white-popup .panel-footer {
background: var(--main-bg-color);
border-top: 1px solid #fff;
}
.css-bar-lg:after {
background: #1f1f1f !important;
}
/* Settings - menu tabs */
.sttabs nav {
background: rgba(0, 0, 0, 0);
@ -184,7 +192,6 @@ html {
.table-hover>tbody>tr:hover, .table-striped>tbody>tr:nth-of-type(odd), .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
background-color: rgba(0, 0, 0, 0.15)!important;
}
.table-hover>tbody>tr:hover {
background: rgba(0,0,0,.15)!important;
}

Loading…
Cancel
Save