mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
css: Fix wrong text color of a modal's close button
This commit is contained in:
parent
c9f5c65828
commit
2f1716a8c9
@ -62,7 +62,7 @@
|
|||||||
background-color: @gray;
|
background-color: @gray;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
color: @text-color;
|
color: @text-color-inverted;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user