Firewall: Log Files: Live View color themes modification (#913)

(cherry picked from commit 53b29276d8)
(cherry picked from commit 739082f646)
This commit is contained in:
René 2018-10-14 12:55:17 +02:00 committed by Franco Fichtner
parent 536db020e4
commit c7ac4fc87b
4 changed files with 64 additions and 6 deletions

View file

@ -8824,6 +8824,10 @@ body {
padding: 0;
width: 100%;
z-index: 2;
position: fixed;
height: 16px;
background: #202020;
border-top: 1px solid #171717;
}
.content-box {
@ -8989,6 +8993,7 @@ main.page-content.col-lg-12 {
width: 70px;
background-color: #202020 !important;
height: 100% !important;
border-right: 1px solid #171717;
}
}
> nav > #mainmenu > div > {
@ -9531,6 +9536,15 @@ label > input {
}
}
}
.fw_pass {
background-color: #2d6929 !important;
color: #FFF;
}
.fw_block {
background-color: #692929 !important;
color: #FFF;
}
/*additional extensions for theme-cicada*/

View file

@ -5752,7 +5752,12 @@ body {
font-size: 12px;
padding: 0;
width: 100%;
z-index: 2; }
z-index: 2;
position: fixed;
height: 16px;
background: #202020;
border-top: 1px solid #171717;
}
.content-box {
padding: 0px 0px;
@ -5876,6 +5881,7 @@ main.page-content.col-lg-12 {
width:70px;
background-color:#202020 !important;
height:100% !important;
border-right: 1px solid #171717;
}
#navigation.col-sidebar-left > div > nav > #mainmenu > div > a.list-group-item {
@ -6293,7 +6299,15 @@ label > input[type="radio"] {
background-color: #2a2a2a;
color: #ec6d12;
}
.fw_pass {
background-color: #2d6929 !important;
color: #FFF;
}
.fw_block {
background-color: #692929 !important;
color: #FFF;
}
/*additional extensions for theme-cicada*/
#tab_1 #maintabs {

View file

@ -8784,9 +8784,9 @@ body {
left: 0;
position: fixed;
width: 100%;
border: none;
z-index: 2;
background-color: #172c38;
border-bottom: 1px solid #171717;
}
.page-content {
@ -8865,6 +8865,11 @@ body {
padding: 0;
width: 100%;
z-index: 2;
position: fixed;
height: 16px;
background: #172c38;
color:#FFF;
border-top: 1px solid #162b36;
}
.content-box {
@ -9034,6 +9039,7 @@ main.page-content.col-lg-12 {
width: 70px;
background-color: #172c38 !important;
height: 100% !important;
border-right: 1px solid #162b36;
}
}
> nav > #mainmenu > div > {
@ -9586,6 +9592,15 @@ label > input {
}
}
}
.fw_pass {
background-color: #2d6929 !important;
color: #FFF;
}
.fw_block {
background-color: #692929 !important;
color: #FFF;
}
/*additional extensions for theme-tukan*/

View file

@ -5696,9 +5696,10 @@ body {
left: 0;
position: fixed;
width: 100%;
border:none;
z-index: 2;
background-color:#172c38; }
background-color:#172c38;
border-bottom: 1px solid #171717;
}
.page-content {
height: calc(100% - 52px);
@ -5757,7 +5758,13 @@ body {
font-size: 12px;
padding: 0;
width: 100%;
z-index: 2; }
z-index: 2;
position: fixed;
height: 16px;
background: #172c38;
color:#FFF;
border-top: 1px solid #162b36;
}
.content-box {
padding: 0px 0px;
@ -5882,6 +5889,7 @@ main.page-content.col-lg-12 {
width:70px;
background-color:#172c38 !important;
height:100% !important;
border-right: 1px solid #162b36;
}
#navigation.col-sidebar-left > div > nav > #mainmenu > div > a.list-group-item {
@ -6302,7 +6310,14 @@ label > input[type="radio"] {
background-color: #315a71;
color: #FFF;
}
.fw_pass {
background-color: #2d6929 !important;
color:#FFF;
}
.fw_block {
background-color: #692929 !important;
color:#FFF;
}
/*additional extensions for theme-tukan*/
#tab_1 #maintabs {