diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2017-12-18 13:54:11 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2017-12-18 13:54:11 +0000 |
| commit | 152db3184d26d48b0ac476637a15d356ebea0d41 (patch) | |
| tree | 970edf3f65e99bd0b4d1f98903cc962093f650a2 /share | |
| parent | Add README's so I don't have to figure out what these libraries are used for ... (diff) | |
| download | inkscape-152db3184d26d48b0ac476637a15d356ebea0d41.tar.gz inkscape-152db3184d26d48b0ac476637a15d356ebea0d41.zip | |
Reduce with of +/- buttons. Reduce width of Fill and Stroke dialog.
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/style.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 7c3487673..7774ab30e 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -96,5 +96,17 @@ combobox window.popup scrolledwindow treeview separator { /* Keep pallete scrollbar from generating warnings. */ #PreviewHolderScrolledWindow .vertical slider { - min-height: 15px; + min-height: 15px; +} + +/* Reduce width of Fill and Stroke dialog */ +#ColorModeButton { + padding-left: 0; + padding-right: 0; +} + +/* Reduce width of +/- buttons. */ +.up, .down { + padding-left: 0; + padding-right: 0; } |
