diff options
author | Horst3180 | 2016-04-05 23:45:23 +0200 |
---|---|---|
committer | Horst3180 | 2016-04-05 23:45:23 +0200 |
commit | 3a41c93ff4243e203ac68cebe35a4dc09b58ab88 (patch) | |
tree | 2420ea5181753a9fe22aba87dd85ea929aa0e3a6 /common/gtk-3.0/3.20/gtk-darker.css | |
parent | 0573472a16b622eb9ac14560d147693342361306 (diff) | |
download | solarc-theme-3a41c93ff4243e203ac68cebe35a4dc09b58ab88.tar.gz solarc-theme-3a41c93ff4243e203ac68cebe35a4dc09b58ab88.tar.xz solarc-theme-3a41c93ff4243e203ac68cebe35a4dc09b58ab88.zip |
style textview border
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-darker.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 614736f..f702e8f 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -54,6 +54,23 @@ textview text { textview text:selected:focus { 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; } + rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, .rubberband { border: 1px solid #2679db; |