mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 05:22:40 +02:00
themes: Removing more instances of -gtk-icon-shadow
Per Bruno Lopes, we should extend aefdb84b
to also cover
dropdown box arrows and GimpSpinScale buttons.
This commit is contained in:
@@ -122,6 +122,10 @@ combobox button {
|
|||||||
background-color: @widget-bg-color;
|
background-color: @widget-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
combobox arrow {
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Get rid of the outline around all tabs in the gimpcolordialog */
|
/* Get rid of the outline around all tabs in the gimpcolordialog */
|
||||||
GimpColorNotebook .frame {
|
GimpColorNotebook .frame {
|
||||||
border-color: @bg-color;
|
border-color: @bg-color;
|
||||||
@@ -424,6 +428,7 @@ GimpSpinScale entry progress {
|
|||||||
GimpSpinScale button
|
GimpSpinScale button
|
||||||
{
|
{
|
||||||
border-color: @border-color;
|
border-color: @border-color;
|
||||||
|
-gtk-icon-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Checkboxes */
|
/* Checkboxes */
|
||||||
|
Reference in New Issue
Block a user