Skip to content

Commit

Permalink
CSS: Replace petrol w/ Icinga blue
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 19, 2015
1 parent 25bf424 commit f32e62b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion public/css/icinga/layout-colors.less
Expand Up @@ -10,7 +10,7 @@
}

#header {
background-color: @colorPetrol;
background-color: @icinga-blue;
color: #ddd;
color: #d0d0d0;
border-bottom: solid 1px;
Expand Down
4 changes: 2 additions & 2 deletions public/css/icinga/layout-structure.less
Expand Up @@ -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;
}
Expand Down Expand Up @@ -414,4 +414,4 @@ html.js *.no-js {
// Hide javascript elements if javascript is disabled
html.no-js *.js {
.sr-only;
}
}
5 changes: 2 additions & 3 deletions public/css/icinga/menu.less
Expand Up @@ -15,7 +15,6 @@
}

#menu a {
outline: 0;
color: black;
}

Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion public/css/icinga/selection-toolbar.less
Expand Up @@ -6,5 +6,5 @@ div.selection-toolbar {
}

div.selection-toolbar a {
color: @colorPetrol;
color: @icinga-blue;
}
2 changes: 1 addition & 1 deletion public/css/icinga/setup.less
Expand Up @@ -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;
Expand Down

0 comments on commit f32e62b

Please sign in to comment.