Skip to content

Commit 05bbb37

Browse files
author
SkyzohKey
committed
Fixed text color for GtkMenuItems
1 parent 507ced1 commit 05bbb37

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

res/themes/app.css

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,26 @@ GtkScrollbar.slider {
8686
}
8787

8888
GtkMenu {
89-
background: @ui_darker;
90-
border: none;
91-
border-width: 0;
92-
border-image: none;
93-
border-style: none;
94-
border-radius: 0;
89+
background: @ui_darker;
90+
border: none;
91+
border-width: 0;
92+
border-image: none;
93+
border-style: none;
94+
border-radius: 0;
9595

96-
box-shadow: none;
97-
text-shadow: none;
96+
box-shadow: none;
97+
text-shadow: none;
9898
}
9999

100+
GtkMenu GtkMenuItem {
101+
color: @ui_text;
102+
}
100103

101104
GtkMenu GtkMenuItem:hover {
102-
background: @ui_main;
103-
border: none;
104-
border-image: none;
105+
background: @ui_main;
106+
color: @ui_text;
107+
border: none;
108+
border-image: none;
105109
}
106110

107111
/** CSS overrides. **/

0 commit comments

Comments
 (0)