themes: Define background color for GtkToolBar

This widget is used primarily in plug-ins like GFig and IFS Compose
which have toolbar buttons. This patch explicitly defines the style to
prevent system theme leaks and too dark colors on Middle Gray theme.
This commit is contained in:
Alx Sa 2024-08-03 12:20:06 +00:00
parent be0a4ab12a
commit 0d112b2999

View file

@ -254,6 +254,12 @@ toolbutton button.flat:checked:active:hover {
border-color: @hover-color;
}
/* Style for GtkToolBar, primarily used in plug-ins
* with toolbars like Image Map and Animation Play */
toolbar {
background-color: @widget-bg-color;
}
/* Prevent overly thick border around image buttons */
.image-button image, button image {
-gtk-icon-shadow: 0 0 transparent;