diff options
author | Horst3180 | 2016-01-31 00:54:50 +0100 |
---|---|---|
committer | Horst3180 | 2016-01-31 00:54:50 +0100 |
commit | 583a4f14408f6455693df40db79e9bc03bf728db (patch) | |
tree | 0709961e05642c293467ba841637e7c40969c26b | |
parent | f934f0d8e8df75fcf2c311b793f74298bb833592 (diff) | |
download | solarc-theme-583a4f14408f6455693df40db79e9bc03bf728db.tar.gz solarc-theme-583a4f14408f6455693df40db79e9bc03bf728db.tar.xz solarc-theme-583a4f14408f6455693df40db79e9bc03bf728db.zip |
dash: add border
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell-dark.css | 2 | ||||
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell.css | 2 | ||||
-rw-r--r-- | common/gnome-shell/3.14/sass/_common.scss | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css index 1bb4b3c..cee5c60 100644 --- a/common/gnome-shell/3.14/gnome-shell-dark.css +++ b/common/gnome-shell/3.14/gnome-shell-dark.css @@ -1113,7 +1113,7 @@ StScrollBar { font-size: 1em; color: #BAC3CF; background-color: rgba(53, 57, 69, 0.95); - border: none; + border-color: rgba(0, 0, 0, 0.4); padding: 3px 0px 3px 0px; border-radius: 0 3px 3px 0; } #dash:rtl { diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 3cd0087..b61fab0 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -1113,7 +1113,7 @@ StScrollBar { font-size: 1em; color: #BAC3CF; background-color: rgba(53, 57, 69, 0.95); - border: none; + border-color: rgba(0, 0, 0, 0.4); padding: 3px 0px 3px 0px; border-radius: 0 3px 3px 0; } #dash:rtl { diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index ec34423..18bfb43 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -1402,7 +1402,7 @@ StScrollBar { font-size: 1em; color: $osd_fg_color; background-color: $dark_sidebar_bg; - border: none; + border-color: rgba(0,0,0,0.4); padding: 3px 0px 3px 0px; border-radius: 0 3px 3px 0; |