aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.18
diff options
context:
space:
mode:
authorHorst31802015-09-15 13:20:36 +0200
committerHorst31802015-09-15 13:20:36 +0200
commita9ec7e8c2288867c47110ff1f77f653720f177da (patch)
treee9e1655d88f483a5a9808c20b273c079936abbfb /common/gnome-shell/3.18
parent5c1681a6e750c9cabea7b993414b37ca07767d2e (diff)
downloadsolarc-theme-a9ec7e8c2288867c47110ff1f77f653720f177da.tar.gz
solarc-theme-a9ec7e8c2288867c47110ff1f77f653720f177da.tar.xz
solarc-theme-a9ec7e8c2288867c47110ff1f77f653720f177da.zip
cleanup
Diffstat (limited to 'common/gnome-shell/3.18')
-rw-r--r--common/gnome-shell/3.18/gnome-shell.css8
-rw-r--r--common/gnome-shell/3.18/sass/_common.scss3
2 files changed, 6 insertions, 5 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css
index 79e88cd..4622047 100644
--- a/common/gnome-shell/3.18/gnome-shell.css
+++ b/common/gnome-shell/3.18/gnome-shell.css
@@ -922,12 +922,12 @@ StScrollBar {
padding: 8px 8px 8px 0px; }
.message-icon-bin > StIcon {
icon-size: 32px; }
- .message-secondary-bin:ltr {
- padding-left: 8px; }
- .message-secondary-bin:rtl {
- padding-right: 8px; }
.message-secondary-bin {
color: rgba(92, 97, 108, 0.4); }
+ .message-secondary-bin:ltr {
+ padding-left: 8px; }
+ .message-secondary-bin:rtl {
+ padding-right: 8px; }
.message-secondary-bin > StIcon {
icon-size: 16px; }
.message-title {
diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss
index e0a3e78..5285eb9 100644
--- a/common/gnome-shell/3.18/sass/_common.scss
+++ b/common/gnome-shell/3.18/sass/_common.scss
@@ -1193,11 +1193,12 @@ StScrollBar {
}
&-secondary-bin {
+ color: transparentize($fg_color, 0.6);
+
&:ltr { padding-left: 8px; }
&:rtl { padding-right: 8px; }
}
- &-secondary-bin { color: transparentize($fg_color, 0.6); }
&-secondary-bin > StIcon { icon-size: 16px; }
&-title {