Make close icon visible

This commit is contained in:
Hannes 2019-12-30 21:02:53 +01:00
parent d73d04eea4
commit cb61e64f62
No known key found for this signature in database
GPG key ID: 371029119C5F0D51

View file

@ -105,4 +105,8 @@
.ui-widget-shadow {
background: @dark-bg-50 none;
}
.ui-widget-header .ui-icon {
filter: invert( 1 ) hue-rotate( 180deg );
}
}