We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507ced1 commit 05bbb37Copy full SHA for 05bbb37
1 file changed
res/themes/app.css
@@ -86,22 +86,26 @@ GtkScrollbar.slider {
86
}
87
88
GtkMenu {
89
-background: @ui_darker;
90
-border: none;
91
-border-width: 0;
92
-border-image: none;
93
-border-style: none;
94
-border-radius: 0;
+ background: @ui_darker;
+ border: none;
+ border-width: 0;
+ border-image: none;
+ border-style: none;
+ border-radius: 0;
95
96
-box-shadow: none;
97
-text-shadow: none;
+ box-shadow: none;
+ text-shadow: none;
98
99
100
+GtkMenu GtkMenuItem {
101
+ color: @ui_text;
102
+}
103
104
GtkMenu GtkMenuItem:hover {
-background: @ui_main;
105
+ background: @ui_main;
106
107
108
109
110
111
/** CSS overrides. **/
0 commit comments