[epiphany/wip/exalm/elementary6: 1/2] theme: Add incognito style for elementary



commit bb6dd4393446e9147aaf3cccf9327d8a2e645fe0
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Tue Sep 24 03:11:48 2019 +0500

    theme: Add incognito style for elementary

 src/resources/themes/elementary.scss | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
diff --git a/src/resources/themes/elementary.scss b/src/resources/themes/elementary.scss
index ada36c7de..d0686762b 100644
--- a/src/resources/themes/elementary.scss
+++ b/src/resources/themes/elementary.scss
@@ -83,3 +83,18 @@ dzlsuggestionpopover > revealer > box {
     text-shadow: 0 1px 2px gtkalpha(#000, 0.6);
   }
 }
+
+.incognito-mode {
+  // Override padding on the titlebar stack...
+  .titlebar {
+    padding: 0;
+  }
+
+  headerbar {
+    // ...and instead apply it on the headerbar inside
+    padding: 8px 6px 6px;
+
+    background-position: 100px;
+    color: themecolor(text_shadow_color);
+  }
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]