themes: some GimpDhsplayShell and children CSS hackery

This commit is contained in:
Michael Natterer 2018-05-14 00:19:19 +02:00
parent e76c1305a5
commit 0ea8b4e0e5
1 changed files with 23 additions and 13 deletions

View File

@ -36,16 +36,6 @@ GimpColorScales spinbutton entry {
min-height: 0;
}
GimpDisplayShell button {
min-height: 0;
min-width: 0;
padding: 0 0 0 0;
}
GimpDisplayShell statusbar {
min-height: 3em;
}
GimpDock {
font-size: smaller;
}
@ -67,6 +57,16 @@ GimpDockable {
-GimpFrame-label-spacing: 2;
}
GimpDisplayShell grid>button {
min-height: 0;
min-width: 0;
padding: 0 0 0 0;
}
GimpDisplayShell statusbar {
min-height: 3em;
}
GimpDisplayShell combobox entry {
font-size: smaller;
}
@ -75,6 +75,19 @@ GimpDisplayShell combobox button {
font-size: smaller;
}
GimpDisplayShell progressbar text {
font-size: larger;
}
GimpDisplayShell progressbar trough,
GimpDisplayShell progressbar progress {
min-height: 1em;
}
GimpRuler {
font-size: smaller;
}
GimpColorFrame {
-GimpColorFrame-number-color: lighter (@bg_color);
}
@ -84,6 +97,3 @@ GimpColorFrame {
color: rgba (1.0, 0.0, 0.0, 1.0);
}
GimpRuler {
font-size: smaller;
}