layout.less: Adjust layout element colors
This commit is contained in:
parent
bddd376cfd
commit
acca870064
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
|
||||
#header-logo-container {
|
||||
background: @icinga-blue;
|
||||
background: @menu-bg-color;
|
||||
height: 6em;
|
||||
padding: 1.25em;
|
||||
width: 16em;
|
||||
|
@ -226,7 +226,7 @@
|
|||
&.success {
|
||||
background-color: @color-notification-success;
|
||||
background-image: url(../img/icons/success.png);
|
||||
color: @text-color;
|
||||
color: @text-color-inverted;
|
||||
}
|
||||
|
||||
&.warning {
|
||||
|
|
Loading…
Reference in New Issue