mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-24 10:27:46 +02:00
Revert high-contrast theme to 6e02b8dd503ede13b58e40e75b0a4613356751f2
This commit is contained in:
parent
701bdceac0
commit
9b53beb7ab
@ -2,15 +2,6 @@
|
||||
|
||||
@icinga-blue: #006D8C;
|
||||
|
||||
// Gray colors
|
||||
@gray: #7F7F7F;
|
||||
@gray-semilight: #A9A9A9;
|
||||
@gray-light: #C9C9C9;
|
||||
@gray-lighter: #EEEEEE;
|
||||
@gray-lightest: #F7F7F7;
|
||||
@disabled-gray: #9a9a9a;
|
||||
|
||||
// State colors
|
||||
@color-ok: #006400;
|
||||
@color-critical: #EE0000;
|
||||
@color-critical-handled: #EE0000;
|
||||
@ -22,12 +13,6 @@
|
||||
@color-unreachable-handled: #800080;
|
||||
@color-pending: #0000EE;
|
||||
|
||||
// Icinga colors
|
||||
@low-sat-blue: #dae3e6;
|
||||
|
||||
// Background color for <body>
|
||||
@body-bg-color: @white;
|
||||
|
||||
@text-color: #191919;
|
||||
@text-color-light: #555555;
|
||||
|
||||
@ -42,18 +27,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
#menu ul.nav-level-1 > .nav-item.active > a,
|
||||
#menu .nav-level-1 > .nav-item.active:not(.selected) > a:hover {
|
||||
color: @text-color;
|
||||
background-color: @white;
|
||||
}
|
||||
|
||||
#menu .nav-level-2 > .nav-item.active {
|
||||
background-color: @white;
|
||||
|
||||
a {
|
||||
color: @text-color;
|
||||
}
|
||||
background-color: black;
|
||||
|
||||
> a:focus, > a:hover {
|
||||
opacity: 1;
|
||||
@ -74,53 +49,37 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.badge:not(.handled),
|
||||
.state-badge:not(.handled) {
|
||||
&.state-warning {
|
||||
border: 1px solid @color-warning;
|
||||
}
|
||||
|
||||
&.state-critical,
|
||||
&.state-down {
|
||||
border: 1px solid @color-critical;
|
||||
}
|
||||
|
||||
&.state-unreachable {
|
||||
border: 1px solid @color-unreachable;
|
||||
}
|
||||
|
||||
&.state-unknown {
|
||||
border: 1px solid @color-unknown;
|
||||
}
|
||||
|
||||
&.state-ok,
|
||||
&.state-up {
|
||||
border: 1px solid @color-ok;
|
||||
}
|
||||
.badge {
|
||||
background-color: @text-color-light;
|
||||
}
|
||||
|
||||
.badge.handled,
|
||||
.badge.state-ok,
|
||||
.state-badge.handled,
|
||||
.state-badge.state-ok {
|
||||
.badge.handled {
|
||||
background-color: @body-bg-color !important;
|
||||
color: @text-color !important;
|
||||
color: @text-color;
|
||||
|
||||
&.state-warning {
|
||||
border: 1px solid @color-warning-handled;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
&.state-critical {
|
||||
border: 1px solid @color-critical-handled;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
&.state-critical,
|
||||
&.state-down {
|
||||
border: 1px solid @color-critical-handled;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
&.state-unreachable {
|
||||
border: 1px solid @color-unreachable-handled;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
&.state-unknown {
|
||||
border: 1px solid @color-unknown-handled;
|
||||
margin-top: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -189,8 +148,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.icinga-controls,
|
||||
.search-editor {
|
||||
.icinga-controls {
|
||||
input:not([type="checkbox"]):not([type="radio"]),
|
||||
.toggle-switch .toggle-slider:before,
|
||||
.toggle-switch > .toggle-slider,
|
||||
@ -205,30 +163,3 @@
|
||||
margin: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.icinga-module.module-icingadb .list-item.overdue {
|
||||
background: none;
|
||||
|
||||
header > *:not(time),
|
||||
.caption {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.controls input.search,
|
||||
input.search {
|
||||
background-image: url(../img/icons/search.png);
|
||||
}
|
||||
|
||||
.search-bar,
|
||||
.button-link {
|
||||
border: 1px solid @icinga-blue;
|
||||
}
|
||||
|
||||
.view-mode-switcher > label {
|
||||
border: 1px solid @icinga-blue;
|
||||
|
||||
&:not(:first-of-type) {
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user