diff options
author | Horst3180 | 2015-09-11 17:47:13 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-11 17:47:13 +0200 |
commit | 1d8d918f58a1cbe1f251ac26647370f330acb775 (patch) | |
tree | 1db6e111f2c89e949cc6b3a7dd47c29473462ed4 /common/gnome-shell/3.14/sass/_common.scss | |
parent | 0396308d9d49c565a99f687bfb71c6832a216800 (diff) | |
download | solarc-theme-1d8d918f58a1cbe1f251ac26647370f330acb775.tar.gz solarc-theme-1d8d918f58a1cbe1f251ac26647370f330acb775.tar.xz solarc-theme-1d8d918f58a1cbe1f251ac26647370f330acb775.zip |
some gnome-shell fixes
Diffstat (limited to 'common/gnome-shell/3.14/sass/_common.scss')
-rw-r--r-- | common/gnome-shell/3.14/sass/_common.scss | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index 29b7953..d8d6780 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -1622,6 +1622,7 @@ StScrollBar { &:checked { color: $selected_fg_color; background-color: $selected_bg_color; + border-color: $selected_bg_color; } &:first-child:ltr, @@ -1669,6 +1670,27 @@ StScrollBar { } } +.app-well-app.running { + > .overview-icon { + @extend %reset_style; + background: none !important; + + text-shadow: black 0px 0px; + border-image: url("common-assets/dash/button-running-bottom.svg") 5 5 5 5; + } + &:hover > .overview-icon { + @extend %reset_style; + + border-image: url("common-assets/dash/button-running-hover-bottom.svg") 5 5 5 5; + } + &:active > .overview-icon, + &:checked > .overview-icon { + @extend %reset_style; + + border-image: url("common-assets/dash/button-running-active-bottom.svg") 5 5 5 5; + } +} + %icon_tile { color: $selected_fg_color; border-radius: 2px; |