app, themes: improve GimpSpinScale styling
This commit is contained in:
@ -172,8 +172,6 @@ gimp_spin_scale_class_init (GimpSpinScaleClass *klass)
|
||||
g_param_spec_string ("label", NULL, NULL,
|
||||
NULL,
|
||||
GIMP_PARAM_READWRITE));
|
||||
|
||||
gtk_widget_class_set_css_name (widget_class, "GimpSpinScale");
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -84,13 +84,6 @@ GimpToolDialog headerbar button {
|
||||
padding: 2px 2px 2px 2px;
|
||||
}
|
||||
|
||||
GimpDock spinbutton button,
|
||||
GimpOverlayDialog spinbutton button,
|
||||
GimpToolDialog spinbutton button,
|
||||
GimpTextStyleEditor spinbutton button {
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
|
||||
GimpDock frame {
|
||||
-GimpFrame-label-bold: 0;
|
||||
-GimpFrame-label-spacing: 2;
|
||||
@ -133,7 +126,7 @@ GimpRuler {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
GimpSpinScale entry progress {
|
||||
spinbutton entry progress {
|
||||
background-color: @theme_selected_bg_color;
|
||||
border-width: 0px;
|
||||
border-radius: 3px;
|
||||
|
Reference in New Issue
Block a user