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…
Reference in New Issue