mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-26 23:24:29 +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. */
|
/* Remove the frame seen in Lireoffice. */
|
||||||
window > grid > grid > scrolledwindow {
|
window > grid > grid > scrolledwindow {
|
||||||
border: none;
|
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. */
|
/* Remove the frame seen in Lireoffice. */
|
||||||
window > grid > grid > scrolledwindow {
|
window > grid > grid > scrolledwindow {
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none; }
|
box-shadow: none;
|
||||||
|
color: @font_color;
|
||||||
|
text-shadow: none; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user