summaryrefslogtreecommitdiff
path: root/data/css
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-12-07 14:28:29 -0800
committerPhilip Chimento <philip@endlessm.com>2015-12-07 14:28:29 -0800
commit0aca7078ad341c2e673026418a6561d60fe69544 (patch)
tree26f45056082a33904e35bcd40bc5c20b2fb6b190 /data/css
parent29feb552fc4dcc505ce2adfaf387608a50c85a0c (diff)
Remove "unmaximized" CSS class
GTK already provides a "maximized" CSS class on GtkWindow, so now that we have the :not selector, we can use that instead of adding our own "unmaximized" class. This allows us to cut out more code, including a signal emission on every window state change. [endlessm/eos-sdk#3782]
Diffstat (limited to 'data/css')
-rw-r--r--data/css/endless-widgets.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/css/endless-widgets.css b/data/css/endless-widgets.css
index c292204..0b91be1 100644
--- a/data/css/endless-widgets.css
+++ b/data/css/endless-widgets.css
@@ -50,7 +50,7 @@ EosWindow {
padding-right: 7px;
}
-.top-bar.unmaximized {
+EosWindow:not(.maximized) .top-bar {
border-radius: 7px 7px 0px 0px;
}