mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
25bf42462c
commit
f32e62bdaa
@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
#header {
|
||||
background-color: @colorPetrol;
|
||||
background-color: @icinga-blue;
|
||||
color: #ddd;
|
||||
color: #d0d0d0;
|
||||
border-bottom: solid 1px;
|
||||
|
@ -96,7 +96,7 @@ html {
|
||||
.controls > ul.tabs {
|
||||
margin-top: 0;
|
||||
height: 1.5em;
|
||||
background-color: @colorPetrol;
|
||||
background-color: @icinga-blue;
|
||||
font-size: 0.75em;
|
||||
padding: 0.2em 0 0;
|
||||
}
|
||||
@ -414,4 +414,4 @@ html.js *.no-js {
|
||||
// Hide javascript elements if javascript is disabled
|
||||
html.no-js *.js {
|
||||
.sr-only;
|
||||
}
|
||||
}
|
||||
|
@ -15,7 +15,6 @@
|
||||
}
|
||||
|
||||
#menu a {
|
||||
outline: 0;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@ -58,7 +57,7 @@
|
||||
}
|
||||
|
||||
#menu > nav > ul > li.active li.active a {
|
||||
color: @colorPetrol;
|
||||
color: @icinga-blue;
|
||||
}
|
||||
|
||||
#menu > nav > ul > li.active li a:hover {
|
||||
@ -118,7 +117,7 @@
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border-left: solid 5px @colorPetrol;
|
||||
border-left: solid 5px @icinga-blue;
|
||||
}
|
||||
|
||||
/* BEGIN OF Hoverable menu */
|
||||
|
@ -6,5 +6,5 @@ div.selection-toolbar {
|
||||
}
|
||||
|
||||
div.selection-toolbar a {
|
||||
color: @colorPetrol;
|
||||
color: @icinga-blue;
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
.header {
|
||||
width: 100%;
|
||||
height: 5.4em;
|
||||
background-color: @colorPetrol;
|
||||
background-color: @icinga-blue;
|
||||
border-bottom: 1px solid #d9d9d9d;
|
||||
text-align: center;
|
||||
-webkit-box-shadow: 0 3px 7px -3px #000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user