summaryrefslogtreecommitdiffstats
path: root/share/ui/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'share/ui/style.css')
-rw-r--r--share/ui/style.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/share/ui/style.css b/share/ui/style.css
index 1749a0538..5932bf93a 100644
--- a/share/ui/style.css
+++ b/share/ui/style.css
@@ -130,7 +130,7 @@ image {
/*
*to get system default colors
-* with Gdk::RGBA success =_symbolic_error_color.get_style_context()->get_color();
+* with Gdk::RGBA success =_symbolic_error_color.get_stseparatole_context()->get_color();
* _symbolic_error_color has one of this calsses applied
*/
@@ -283,6 +283,9 @@ spinbutton undershoot {
.inkswitch image {
color: transparent;
+ background-color: transparent;
+ background-image: image(transparent);
+ -gtk-icon-style:symbolic;
}
.inkswitch {
@@ -291,6 +294,20 @@ spinbutton undershoot {
font-size: 8px;
}
+#SelectorsAndStyleDialog paned > separator,
+#XMLAndAttributesDialog paned > separator{
+ background-color: alpha(@theme_fg_color,0.35);
+ background-image: none;
+ margin:5px;
+ padding:1px;
+}
+
+#SelectorsAndStyleDialog paned > separator:hover,
+#XMLAndAttributesDialog paned > separator:hover {
+ padding:3px;
+ margin:3px;
+}
+
#XMLAndAttributesDialog .toggle,
#SelectorsAndStyleDialog .toggle {
min-width: 18px;