diff options
author | Horst3180 | 2015-08-16 19:44:12 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-16 19:44:12 +0200 |
commit | 8caf355a45d60020ee7336594b336c2861d2f932 (patch) | |
tree | 5b9f85f04ddc248d44e7d37832861421787ac0c2 /common/gnome-shell | |
parent | f76a202fb84e57a7af9e24fa04be8d0f590612fd (diff) | |
download | solarc-theme-8caf355a45d60020ee7336594b336c2861d2f932.tar.gz solarc-theme-8caf355a45d60020ee7336594b336c2861d2f932.tar.xz solarc-theme-8caf355a45d60020ee7336594b336c2861d2f932.zip |
gnome-shell: fix submenu font-weight
Diffstat (limited to 'common/gnome-shell')
-rw-r--r-- | common/gnome-shell/3.16/gnome-shell.css | 1 | ||||
-rw-r--r-- | common/gnome-shell/3.16/sass/_common.scss | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index be123aa..0333c49 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -420,6 +420,7 @@ StScrollBar { .popup-menu .popup-menu-item:rtl { padding: 0.4em 0em 0.4em 3em; } .popup-menu .popup-menu-item:checked { + font-weight: normal; background: none; box-shadow: none; border-image: url("light-assets/menu/submenu-open.svg") 9 9 9 9; } diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index a6a2136..76880e8 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -523,6 +523,7 @@ StScrollBar { &:rtl { padding: .4em 0em .4em 3em; } &:checked { + font-weight: normal; background: none; box-shadow: none; border-image: url("#{$asset_path}/menu/submenu-open.svg") 9 9 9 9; |