summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/ui/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/share/ui/style.css b/share/ui/style.css
index 190aa9f53..7926cd9aa 100644
--- a/share/ui/style.css
+++ b/share/ui/style.css
@@ -95,10 +95,16 @@ combobox window.popup scrolledwindow treeview separator {
}
/* Keep pallete scrollbar from generating warnings. */
-#PreviewHolderScrolledWindow .vertical slider {
+#PreviewHolderScroller .vertical slider {
min-height: 15px;
}
+/* Override minimum size of container children for palette. */
+#ColorItemPreview {
+ min-height: 5px;
+ min-width: 5px;
+}
+
/* Reduce width of Fill and Stroke dialog */
#ColorModeButton {
padding-left: 0;