diff options
author | Martin Schenck | 2016-10-07 11:50:35 +0200 |
---|---|---|
committer | Martin Schenck | 2016-10-07 11:50:35 +0200 |
commit | ffa965649f55d5725be5a0f24b3a4182ff7e5478 (patch) | |
tree | 73c452ccf53185ac2fd9a0d2bc378755d9b64626 /common/gnome-shell/3.18/sass/_common.scss | |
parent | c1d604affb2909b114ab7d5f5f5f8130e3286356 (diff) | |
download | solarc-theme-ffa965649f55d5725be5a0f24b3a4182ff7e5478.tar.gz solarc-theme-ffa965649f55d5725be5a0f24b3a4182ff7e5478.tar.xz solarc-theme-ffa965649f55d5725be5a0f24b3a4182ff7e5478.zip |
Merged upstream, supporting 3.22v1.0.0-beta.1
Diffstat (limited to 'common/gnome-shell/3.18/sass/_common.scss')
-rw-r--r-- | common/gnome-shell/3.18/sass/_common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss index 057ed37..89c30fb 100644 --- a/common/gnome-shell/3.18/sass/_common.scss +++ b/common/gnome-shell/3.18/sass/_common.scss @@ -2412,7 +2412,7 @@ $legacy_icon_size: 24px; border: 1px solid gray; padding: 4px; border-radius: 4px; - &:hover { border: 1px solid #ffffff; } + &:hover { border: 1px solid #fdf6e3; } } #lookingGlassExtensions { padding: 4px; } |