mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
layout.less: Adjust layout element colors
This commit is contained in:
parent
bddd376cfd
commit
acca870064
@ -32,7 +32,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#header-logo-container {
|
#header-logo-container {
|
||||||
background: @icinga-blue;
|
background: @menu-bg-color;
|
||||||
height: 6em;
|
height: 6em;
|
||||||
padding: 1.25em;
|
padding: 1.25em;
|
||||||
width: 16em;
|
width: 16em;
|
||||||
@ -226,7 +226,7 @@
|
|||||||
&.success {
|
&.success {
|
||||||
background-color: @color-notification-success;
|
background-color: @color-notification-success;
|
||||||
background-image: url(../img/icons/success.png);
|
background-image: url(../img/icons/success.png);
|
||||||
color: @text-color;
|
color: @text-color-inverted;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.warning {
|
&.warning {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user