Private GIT

Skip to content
Snippets Groups Projects
Commit 4d519bf2 authored by Christophe K.'s avatar Christophe K.
Browse files

Update styles.css - reindent 2 tab & optimize space

parent 0ef4098c
Branches
No related tags found
Loading
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/*-------------------------------------------------- /*--------------------------------------------------
# Create by ckforum # Create by ckforum
# june 2019 # june 2019
# release 2.1 # release 2.2
# thanks to yoyo and librenms teams # thanks to yoyo and librenms teams
# warning ! for backgroud of overlib # warning ! for backgroud of overlib
# see https://github.com/librenms/librenms/pull/10300 # see https://github.com/librenms/librenms/pull/10300
...@@ -132,9 +132,6 @@ html[data-theme='dark'] { ...@@ -132,9 +132,6 @@ html[data-theme='dark'] {
/* end Scroll */ /* end Scroll */
body { body {
background-color: #070707; background-color: #070707;
color: white; color: white;
...@@ -163,7 +160,6 @@ a:hover { ...@@ -163,7 +160,6 @@ a:hover {
.panel { .panel {
background-color:#333; background-color:#333;
} }
.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table { .panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
...@@ -201,14 +197,10 @@ A.grey:visited, A.grey, .grey { ...@@ -201,14 +197,10 @@ A.grey:visited, A.grey, .grey {
color : white; color : white;
} }
.table-striped>tbody>tr:nth-of-type(odd) { .table-striped>tbody>tr:nth-of-type(odd) {
background-color: #2b2626; background-color: #2b2626;
} }
.form-control { .form-control {
background-color: #000; background-color: #000;
} }
...@@ -231,7 +223,6 @@ A.grey:visited, A.grey, .grey { ...@@ -231,7 +223,6 @@ A.grey:visited, A.grey, .grey {
color: #f3f3f3; color: #f3f3f3;
} }
.device-overview>.panel-body>.row:nth-child(odd) { .device-overview>.panel-body>.row:nth-child(odd) {
background-color: #333333; background-color: #333333;
} }
...@@ -257,16 +248,12 @@ A.grey:visited, A.grey, .grey { ...@@ -257,16 +248,12 @@ A.grey:visited, A.grey, .grey {
background-color: black; background-color: black;
} }
.dropdown-menu { .dropdown-menu {
color : white; color : white;
background-color: #6b6666; background-color: #6b6666;
} }
.dropdown-menu>li>a { .dropdown-menu>li>a {
color: #fffefe; color: #fffefe;
} }
...@@ -296,7 +283,6 @@ A.grey:visited, A.grey, .grey { ...@@ -296,7 +283,6 @@ A.grey:visited, A.grey, .grey {
background-color: black; background-color: black;
} }
.select2-container--bootstrap .select2-search--dropdown .select2-search__field { .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
...@@ -308,7 +294,6 @@ A.grey:visited, A.grey, .grey { ...@@ -308,7 +294,6 @@ A.grey:visited, A.grey, .grey {
} }
select2-container--default .select2-results>.select2-results__options { select2-container--default .select2-results>.select2-results__options {
background-color: #333; background-color: #333;
border: 1px; border: 1px;
border-color: #333; border-color: #333;
...@@ -335,7 +320,6 @@ select2-container--default .select2-results>.select2-results__options { ...@@ -335,7 +320,6 @@ select2-container--default .select2-results>.select2-results__options {
} }
.select2-container--bootstrap .select2-results__option[aria-selected=true] { .select2-container--bootstrap .select2-results__option[aria-selected=true] {
background-color: #000; background-color: #000;
color: white; color: white;
...@@ -394,7 +378,6 @@ A.black:visited, A.black, .black { ...@@ -394,7 +378,6 @@ A.black:visited, A.black, .black {
.bootgrid-footer .search .glyphicon, .bootgrid-header .search .glyphicon { .bootgrid-footer .search .glyphicon, .bootgrid-header .search .glyphicon {
background-color: black; background-color: black;
} }
...@@ -405,12 +388,10 @@ A.black:visited, A.black, .black { ...@@ -405,12 +388,10 @@ A.black:visited, A.black, .black {
} }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
background-color: #212121; background-color: #212121;
} }
.table>thead>tr>th { .table>thead>tr>th {
border-bottom: 2px solid #3e3939; border-bottom: 2px solid #3e3939;
} }
...@@ -422,7 +403,6 @@ A.black:visited, A.black, .black { ...@@ -422,7 +403,6 @@ A.black:visited, A.black, .black {
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
border: 0px solid #212121; border: 0px solid #212121;
background-color: #333333; background-color: #333333;
} }
...@@ -440,7 +420,6 @@ A.black:visited, A.black, .black { ...@@ -440,7 +420,6 @@ A.black:visited, A.black, .black {
} }
.bootgrid-table th>.column-header-anchor>.text { .bootgrid-table th>.column-header-anchor>.text {
color: white; color: white;
} }
...@@ -455,10 +434,8 @@ A.black:visited, A.black, .black { ...@@ -455,10 +434,8 @@ A.black:visited, A.black, .black {
/* background-color : #777777; */ /* background-color : #777777; */
} }
/* PAGINATION */ /* PAGINATION */
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover { .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
color: #777; color: #777;
cursor: not-allowed; cursor: not-allowed;
...@@ -478,8 +455,6 @@ A.black:visited, A.black, .black { ...@@ -478,8 +455,6 @@ A.black:visited, A.black, .black {
border: 1px solid #333; border: 1px solid #333;
} }
.device-table-metrics span { .device-table-metrics span {
color: white; color: white;
} }
...@@ -511,7 +486,6 @@ A.black:visited, A.black, .black { ...@@ -511,7 +486,6 @@ A.black:visited, A.black, .black {
background-color : #333; background-color : #333;
} }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
color: #fff; color: #fff;
cursor: default; cursor: default;
...@@ -528,11 +502,8 @@ A.black:visited, A.black, .black { ...@@ -528,11 +502,8 @@ A.black:visited, A.black, .black {
color : black; color : black;
} }
.bootgrid-table td.loading, .bootgrid-table td.no-results { .bootgrid-table td.loading, .bootgrid-table td.no-results {
background: #000; background: #000;
} }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
...@@ -549,14 +520,11 @@ background-color :black; ...@@ -549,14 +520,11 @@ background-color :black;
/*TD TH*/ /*TD TH*/
td, th { td, th {
background-color: #333; background-color: #333;
} }
.list-group-item { .list-group-item {
background-color: #020202; background-color: #020202;
} }
.tabcontent { .tabcontent {
...@@ -571,16 +539,16 @@ td, th { ...@@ -571,16 +539,16 @@ td, th {
.vis-timeline { .vis-timeline {
border: 1px solid #444; border: 1px solid #444;
} }
/*
.vis-major, .vis-grid, .vis-panel, .vis-background, .vis-horizontal { .vis-major, .vis-grid, .vis-panel, .vis-background, .vis-horizontal {
} }
*/
/* FORM */ /* FORM */
.form-control { .form-control {
border: 1px solid #222; border: 1px solid #222;
} }
/* PRE */ /* PRE */
...@@ -613,16 +581,13 @@ hr { ...@@ -613,16 +581,13 @@ hr {
/* MODALE*/ /* MODALE*/
.modal-header { .modal-header {
border-bottom: 1px solid #2d2626; border-bottom: 1px solid #2d2626;
} }
.modal-content { .modal-content {
background-color: #333; background-color: #333;
border: 1px solid #333; border: 1px solid #333;
border: 1px solid rgba(0,0,0,.2); border: 1px solid rgba(0,0,0,.2);
} }
.modal-footer { .modal-footer {
...@@ -653,7 +618,6 @@ legend { ...@@ -653,7 +618,6 @@ legend {
/* WELL*/ /* WELL*/
.well { .well {
background-color: #333; background-color: #333;
border: 1px solid #333; border: 1px solid #333;
} }
...@@ -667,7 +631,6 @@ legend { ...@@ -667,7 +631,6 @@ legend {
/* dropdwon menu divider*/ /* dropdwon menu divider*/
.dropdown-menu .divider { .dropdown-menu .divider {
background-color: #292929; background-color: #292929;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment