diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-08-26 11:18:13 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-08-26 11:18:13 +0000 |
| commit | 179c1e1442943e7d762ee93d486398cdd05f6a89 (patch) | |
| tree | 7641c0af98f611562740037bf9959d4858b7dbaf /share | |
| parent | Merge branch 'abdelhaksam/inkscape-master' (diff) | |
| download | inkscape-179c1e1442943e7d762ee93d486398cdd05f6a89.tar.gz inkscape-179c1e1442943e7d762ee93d486398cdd05f6a89.zip | |
Style paned separator
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 5932bf93a..5f8931585 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -296,10 +296,11 @@ spinbutton undershoot { #SelectorsAndStyleDialog paned > separator, #XMLAndAttributesDialog paned > separator{ - background-color: alpha(@theme_fg_color,0.35); + background-color: mix(@theme_fg_color, @theme_bg_color, 0.6); background-image: none; margin:5px; padding:1px; + border-radius:4px; } #SelectorsAndStyleDialog paned > separator:hover, |
