diff options
author | Horst3180 | 2015-06-07 23:00:55 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-08 13:48:24 +0200 |
commit | c18c78b987a9619350eb398c9d6b26ab2caa5884 (patch) | |
tree | 99336b2fe543a9c9dd13acce6d7aeac3d414d5f2 /common/gtk-3.0/3.16/_applications.scss | |
parent | f9bd2f1d9b20f17c6607be7f7208fe0b6f53909f (diff) | |
download | solarc-theme-c18c78b987a9619350eb398c9d6b26ab2caa5884.tar.gz solarc-theme-c18c78b987a9619350eb398c9d6b26ab2caa5884.tar.xz solarc-theme-c18c78b987a9619350eb398c9d6b26ab2caa5884.zip |
more dark theme work
Diffstat (limited to 'common/gtk-3.0/3.16/_applications.scss')
-rw-r--r-- | common/gtk-3.0/3.16/_applications.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.16/_applications.scss b/common/gtk-3.0/3.16/_applications.scss index 4adc039..2f5c9fc 100644 --- a/common/gtk-3.0/3.16/_applications.scss +++ b/common/gtk-3.0/3.16/_applications.scss @@ -597,9 +597,9 @@ MarlinViewWindow *:selected:focus { // Gala // .gala-notification { - border: 1px solid rgba(0, 0, 0, 0.35); + border: 1px solid if($variant=='light', rgba(0, 0, 0, 0.35), $borders_color); border-radius: 3px; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); background-image: linear-gradient(to bottom, $base_color); background-color: transparent; @@ -686,7 +686,6 @@ MarlinViewWindow *:selected:focus { PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; - .notebook { &.header.top { |