diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-08-22 13:56:06 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-08-22 13:56:06 +0000 |
| commit | fd20d632fd7a58a16e1b281588bb7591ac64ca0c (patch) | |
| tree | 27377381d4f6ff5d113783904c898446282d5cc7 /share | |
| parent | Add styling to textview pointed by Adam Belis in team_ux (diff) | |
| download | inkscape-fd20d632fd7a58a16e1b281588bb7591ac64ca0c.tar.gz inkscape-fd20d632fd7a58a16e1b281588bb7591ac64ca0c.zip | |
Panned styling to CSS and XML dialogs
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/style.css | 19 |
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; |
