mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Fix CSS warnings in win32 theme
https://bugzilla.gnome.org/show_bug.cgi?id=773221
This commit is contained in:
parent
9a9969b337
commit
ea9b992351
@ -114,7 +114,7 @@ tooltip, tooltip.background {
|
||||
}
|
||||
|
||||
assistant .sidebar .highlight {
|
||||
font: bold;
|
||||
font-weight: bold;
|
||||
color: -gtk-win32-color(button, captiontext);
|
||||
}
|
||||
|
||||
@ -1260,7 +1260,7 @@ menu * {
|
||||
|
||||
GtkAssistant .sidebar .highlight {
|
||||
background-color: gray;
|
||||
font: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
GtkAssistant .sidebar {
|
||||
|
Loading…
Reference in New Issue
Block a user