[epiphany/wip/exalm/elementary6: 2/4] theme: Style floating bar for elementary



commit 5b803435ea78a1597a6e0480b6daf8c265e5ff9e
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Tue Sep 24 02:24:53 2019 +0500

    theme: Style floating bar for elementary
    
    Based on styles from elementary stylesheet:
    https://github.com/elementary/stylesheet/commit/3801f079c4d6ba3c32931fcd5058bd2c611b3f86

 src/resources/themes/elementary.scss | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
---
diff --git a/src/resources/themes/elementary.scss b/src/resources/themes/elementary.scss
index 1704824fa..ada36c7de 100644
--- a/src/resources/themes/elementary.scss
+++ b/src/resources/themes/elementary.scss
@@ -61,3 +61,25 @@ dzlsuggestionpopover > revealer > box {
     color: themecolor(theme_fg_color);
   }
 }
+
+// floating status bar
+.floating-bar {
+  border: none;
+  box-shadow: 0 1px 3px gtkalpha(#000, 0.12),
+              0 1px 2px gtkalpha(#000, 0.24);
+  padding: 2px 0;
+  margin: 6px;
+
+  &, &:backdrop {
+    background: gtkalpha(#222, 0.9);
+  }
+
+  &, &.left, &.right {
+    border-radius: 3px;
+  }
+
+  &, & label {
+    color: #fff;
+    text-shadow: 0 1px 2px gtkalpha(#000, 0.6);
+  }
+}


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