themes: Define slider padding values in System theme
Resolves #12999
Ports the padding and margin definitions
for GimpSpinScale from 6a820e94 to the
System theme.
This commit is contained in:
parent
1df9dc5751
commit
7a72a30e3a
1 changed files with 2 additions and 0 deletions
|
|
@ -111,12 +111,14 @@ spinbutton entry {
|
|||
GimpSpinScale entry {
|
||||
/* Important: prevent overhigh spin scale */
|
||||
min-height: 16px;
|
||||
padding: 0px 8px 0px 5px;
|
||||
}
|
||||
|
||||
GimpSpinScale entry progress {
|
||||
background-color: @theme_selected_bg_color;
|
||||
border-width: 0px;
|
||||
border-radius: 3px;
|
||||
margin: 0px -8px 0px -5px;
|
||||
}
|
||||
|
||||
GimpSpinScale button {
|
||||
|
|
|
|||
Loading…
Reference in a new issue