mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
css: Cleanup light theme
This commit is contained in:
parent
7122455d5b
commit
9d50b0e742
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
@icinga-background: #04062A;
|
@original-menu-bg-color: #06062B;
|
||||||
|
@original-low-sat-blue: #404d72;
|
||||||
|
|
||||||
@gray: #7F7F7F;
|
@gray: #7F7F7F;
|
||||||
@gray-semilight: #A9A9A9;
|
@gray-semilight: #A9A9A9;
|
||||||
@ -22,14 +23,10 @@
|
|||||||
|
|
||||||
@low-sat-blue-dark: #c0cccd; // #434374;
|
@low-sat-blue-dark: #c0cccd; // #434374;
|
||||||
|
|
||||||
.recolor-icinga-logo {
|
|
||||||
filter: brightness(0.415) sepia(1) ~"saturate(0.1)" hue-rotate(144deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
#header-logo,
|
#header-logo,
|
||||||
#mobile-menu-logo,
|
#mobile-menu-logo,
|
||||||
#about .icinga-logo {
|
#about .icinga-logo {
|
||||||
.recolor-icinga-logo();
|
filter: brightness(0.415) sepia(1) ~"saturate(0.1)" hue-rotate(144deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu input.search,
|
#menu input.search,
|
||||||
@ -38,20 +35,11 @@ input.search {
|
|||||||
background-image: url(../img/icons/search.png);
|
background-image: url(../img/icons/search.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#login {
|
#login {
|
||||||
background-color: @icinga-background;
|
background-color: @original-menu-bg-color;
|
||||||
|
|
||||||
.login-form {
|
|
||||||
background: @menu-bg-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=password],
|
input[type=password],
|
||||||
input[type=text] {
|
input[type=text] {
|
||||||
background-color: @body-bg-color;
|
background-color: @original-low-sat-blue;
|
||||||
}
|
|
||||||
|
|
||||||
#icinga-logo {
|
|
||||||
.recolor-icinga-logo();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user