From f32e62bdaa66029b88f4a9fffc4d73828b042be3 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Sat, 19 Sep 2015 21:57:02 +0200 Subject: [PATCH] CSS: Replace petrol w/ Icinga blue refs #5543 --- public/css/icinga/layout-colors.less | 2 +- public/css/icinga/layout-structure.less | 4 ++-- public/css/icinga/menu.less | 5 ++--- public/css/icinga/selection-toolbar.less | 2 +- public/css/icinga/setup.less | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/public/css/icinga/layout-colors.less b/public/css/icinga/layout-colors.less index 64642b078e..b97484af68 100644 --- a/public/css/icinga/layout-colors.less +++ b/public/css/icinga/layout-colors.less @@ -10,7 +10,7 @@ } #header { - background-color: @colorPetrol; + background-color: @icinga-blue; color: #ddd; color: #d0d0d0; border-bottom: solid 1px; diff --git a/public/css/icinga/layout-structure.less b/public/css/icinga/layout-structure.less index 47adbca7c6..ec4a5efcbf 100644 --- a/public/css/icinga/layout-structure.less +++ b/public/css/icinga/layout-structure.less @@ -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; -} \ No newline at end of file +} diff --git a/public/css/icinga/menu.less b/public/css/icinga/menu.less index b3adec2efd..30d96e7eb0 100644 --- a/public/css/icinga/menu.less +++ b/public/css/icinga/menu.less @@ -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 */ diff --git a/public/css/icinga/selection-toolbar.less b/public/css/icinga/selection-toolbar.less index 05de1392f8..d9c696f4a6 100644 --- a/public/css/icinga/selection-toolbar.less +++ b/public/css/icinga/selection-toolbar.less @@ -6,5 +6,5 @@ div.selection-toolbar { } div.selection-toolbar a { - color: @colorPetrol; + color: @icinga-blue; } diff --git a/public/css/icinga/setup.less b/public/css/icinga/setup.less index 1f71be9e09..5a8edfa594 100644 --- a/public/css/icinga/setup.less +++ b/public/css/icinga/setup.less @@ -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;