summaryrefslogtreecommitdiff
path: root/data/css
diff options
context:
space:
mode:
authorMatt Watson <mattdangerw@gmail.com>2014-02-05 13:15:08 -0800
committerMatt Watson <mattdangerw@gmail.com>2014-02-05 13:20:52 -0800
commit7c93c8adc3a1c64298993a92d959e4cf894ce23d (patch)
tree84e5b56cc3422c51eb06b4a814b2484148d45d7f /data/css
parent024886a49afbf4756440a7744548e482e118820b (diff)
Rounded corners on unmaximized top bar
The window manager already does this for most programs. But we have to do it ourselves in the SDK as we have self decorated windows [endlessm/eos-sdk#551]
Diffstat (limited to 'data/css')
-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));