Fix for font shadow effect in LibreOffice menubar.

This commit is contained in:
EMH-Mark-I 2020-04-08 13:04:41 -05:00
parent 443101654e
commit e56abe09ab
2 changed files with 6 additions and 2 deletions

View File

@ -55,4 +55,6 @@ window.tiled {
/* Remove the frame seen in Lireoffice. */
window > grid > grid > scrolledwindow {
border: none;
box-shadow: none; }
box-shadow: none;
color: @font_color;
text-shadow: none; }

View File

@ -55,4 +55,6 @@ window.tiled {
/* Remove the frame seen in Lireoffice. */
window > grid > grid > scrolledwindow {
border: none;
box-shadow: none; }
box-shadow: none;
color: @font_color;
text-shadow: none; }