summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/resources/themes/elementary.scss22
1 files changed, 22 insertions, 0 deletions
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);
+ }
+}