summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorWill Greenberg <ifnspifn@gmail.com>2014-02-05 18:02:08 -0800
committerWill Greenberg <ifnspifn@gmail.com>2014-02-05 18:02:08 -0800
commit04879b36e2f31d210d554551a71cecbc1a678c20 (patch)
tree179fd8b67907f4217eb331791316b777ae4fec42 /data
parentbb4e92312ebf909f7c45fecac5780bf43b440acc (diff)
parent7c93c8adc3a1c64298993a92d959e4cf894ce23d (diff)
Merge pull request #552 from endlessm/issues/551
Rounded corners on unmaximized top bar
Diffstat (limited to 'data')
-rw-r--r--data/css/endless-widgets.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/css/endless-widgets.css b/data/css/endless-widgets.css
index bfa2027..c820fbc 100644
--- a/data/css/endless-widgets.css
+++ b/data/css/endless-widgets.css
@@ -37,6 +37,10 @@ EosWindow {
from(#464646), to(#1e1e1e));
}
+.top-bar.unmaximized {
+ border-radius: 7px 7px 0px 0px;
+}
+
.top-bar:backdrop {
background-image: -gtk-gradient(linear, center top, center bottom,
from(#282828), to(#1e1e1e));