mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-23 21:55:18 +02:00
Fix for font shadow effect in LibreOffice menubar.
This commit is contained in:
parent
443101654e
commit
e56abe09ab
@ -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; }
|
||||
|
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user