mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Integrate light theme's low-sat-blue-dark
using a media query
This commit is contained in:
parent
02c0a9b151
commit
78aef14c9f
@ -123,6 +123,7 @@
|
|||||||
--menu-flyout-color: #535353;
|
--menu-flyout-color: #535353;
|
||||||
|
|
||||||
--low-sat-blue: #DEECF1;
|
--low-sat-blue: #DEECF1;
|
||||||
|
--low-sat-blue-dark: #c0cccd;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ a:hover > .icon-cancel {
|
|||||||
padding: 0.25em 0.5em;
|
padding: 0.25em 0.5em;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: @low-sat-blue-dark;
|
.var(background, low-sat-blue-dark);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,5 +4,3 @@
|
|||||||
@gray-light: #C9C9C9;
|
@gray-light: #C9C9C9;
|
||||||
@gray-lighter: #EEEEEE;
|
@gray-lighter: #EEEEEE;
|
||||||
@gray-lightest: #F7F7F7;
|
@gray-lightest: #F7F7F7;
|
||||||
|
|
||||||
@low-sat-blue-dark: #c0cccd;
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user