mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00: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:
parent
8b181f9925
commit
77ee80f329
1 changed files with 5 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue