mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
be0a4ab12a
commit
0d112b2999
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue