From d3c057375a87e0785901e38bc82ca0daf0d56435 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 31 Jan 2016 00:40:07 +0100 Subject: gnome-shell: don't use border-images for the dash (#329) --- common/gnome-shell/3.14/gnome-shell-dark.css | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'common/gnome-shell/3.14/gnome-shell-dark.css') diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css index 0122d4c..0d65df4 100644 --- a/common/gnome-shell/3.14/gnome-shell-dark.css +++ b/common/gnome-shell/3.14/gnome-shell-dark.css @@ -1115,24 +1115,15 @@ StScrollBar { background-color: transparent; border: none; padding: 3px 0px 3px 0px; - border-image: url("common-assets/dash/dash-left.svg") 3 3 3 3; } - .extended.left #dash { - border-image: url("common-assets/dash/dash-extended-left.svg") 3 3 3 3; } + border-radius: 0 3px 3px 0; } + #dash:rtl { + border-radius: 3px 0 0 3px; } .right #dash, #dash:rtl { - padding: 3px 0px 3px 0px; - border-image: url("common-assets/dash/dash-right.svg") 3 3 3 3; } - .extended.right #dash { - border-image: url("common-assets/dash/dash-extended-right.svg") 3 3 3 3; } + padding: 3px 0px 3px 0px; } .bottom #dash { - padding: 0px 3px 0px 3px; - border-image: url("common-assets/dash/dash-bottom.svg") 3 3 3 3; } - .extended.bottom #dash { - border-image: url("common-assets/dash/dash-extended-bottom.svg") 3 3 3 3; } + padding: 0px 3px 0px 3px; } .top #dash { - padding: 0px 3px 0px 3px; - border-image: url("common-assets/dash/dash-top.svg") 3 3 3 3; } - .extended.top #dash { - border-image: url("common-assets/dash/dash-extended-top.svg") 3 3 3 3; } + padding: 0px 3px 0px 3px; } #dash .placeholder { background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; -- cgit v1.2.3