diff options
author | Horst3180 | 2016-11-25 16:15:39 +0100 |
---|---|---|
committer | Horst3180 | 2016-11-25 16:15:39 +0100 |
commit | 57ad5914bcad78c5e05d749100907def5cfc9dd5 (patch) | |
tree | 54f26319d2cccf36385b18991d01b5e46b4884ee /common/cinnamon/sass | |
parent | e4b0e998ae6f07e01db3c5625471a5ea539bd5a1 (diff) | |
download | solarc-theme-57ad5914bcad78c5e05d749100907def5cfc9dd5.tar.gz solarc-theme-57ad5914bcad78c5e05d749100907def5cfc9dd5.tar.xz solarc-theme-57ad5914bcad78c5e05d749100907def5cfc9dd5.zip |
cinnamon 3.2: fix notifications inside menus (#695)
Diffstat (limited to 'common/cinnamon/sass')
-rw-r--r-- | common/cinnamon/sass/_common.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss index dbca21b..da21020 100644 --- a/common/cinnamon/sass/_common.scss +++ b/common/cinnamon/sass/_common.scss @@ -761,8 +761,9 @@ StScrollBar { width: 34em; color: $osd_fg_color; + .menu &, .popup-menu & { - color: $fg_color; + &, &.multi-line-notification { color: $fg_color; } border-image: url("#{$asset_path}/misc/message.svg") 9 9 9 9; .notification-button, .notification-icon-button { |