From 5fd6b58a42e9b80ffa6fdecb260db9198ddc324b Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 28 May 2016 19:08:51 +0200 Subject: remove textview border --- common/gtk-3.0/3.20/gtk-solid-dark.css | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'common/gtk-3.0/3.20/gtk-solid-dark.css') diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index 3819b84..06c5095 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -55,21 +55,7 @@ textview text { border-radius: 2px; } textview border { - background-color: #3c414e; - background-image: image(rgba(0, 0, 0, 0.2)); - background-repeat: no-repeat; } - textview border.bottom { - background-size: 100% 1px; - background-position: top; } - textview border.top { - background-size: 100% 1px; - background-position: bottom; } - textview border.left { - background-size: 1px 100%; - background-position: right; } - textview border.right { - background-size: 1px 100%; - background-position: left; } + background-color: #3c414e; } rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, .rubberband { -- cgit v1.2.3