[epiphany/wip/exalm/elementary6: 1/3] theme: Style floating bar for elementary
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/elementary6: 1/3] theme: Style floating bar for elementary
- Date: Mon, 23 Sep 2019 22:16:58 +0000 (UTC)
commit 830e8e664c919543c22d21123f4ec1597a330a3a
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]