From c18c78b987a9619350eb398c9d6b26ab2caa5884 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 7 Jun 2015 23:00:55 +0200 Subject: more dark theme work --- common/gtk-3.0/3.16/_applications.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'common/gtk-3.0/3.16/_applications.scss') 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 { -- cgit v1.2.3