diff options
author | Horst3180 | 2016-05-28 19:08:51 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-28 19:08:51 +0200 |
commit | 5fd6b58a42e9b80ffa6fdecb260db9198ddc324b (patch) | |
tree | 333dcf227886746cd49d2215833db8e0e228b065 /common/gtk-3.0/3.20/gtk-solid-darker.css | |
parent | da9ce16f2c0d9f12fcae70120ce43f14514b866f (diff) | |
download | solarc-theme-5fd6b58a42e9b80ffa6fdecb260db9198ddc324b.tar.gz solarc-theme-5fd6b58a42e9b80ffa6fdecb260db9198ddc324b.tar.xz solarc-theme-5fd6b58a42e9b80ffa6fdecb260db9198ddc324b.zip |
remove textview border
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid-darker.css | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index a00cb02..047d790 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -55,21 +55,7 @@ textview text { border-radius: 2px; } textview border { - background-color: #fafbfb; - 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: #fafbfb; } rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, .rubberband { |