summaryrefslogtreecommitdiff
path: root/data/css
diff options
context:
space:
mode:
authorMatt Watson <mattdangerw@gmail.com>2016-04-07 19:07:43 -0700
committerMatt Watson <mattdangerw@gmail.com>2016-04-21 15:40:25 -0700
commit7705a8cbd50f745cabb709a0b6c8a9b9e7ee26cd (patch)
tree2361a9289b3ba140f84070297b61eb7190c396a3 /data/css
parent79c094be30cb29a339440025a97ea565723d8af7 (diff)
css: don't reset window decoration
Window blur and resize corners and a whole lot have moved to the window decoration theme in 3.20. It would be a tricky job to replicate this inside of eos-sdk's theme so for now let's just leave the decorations the same as Adwaita. https://phabricator.endlessm.com/T11000
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 ff75a06..6fa136d 100644
--- a/data/css/endless-widgets.css
+++ b/data/css/endless-widgets.css
@@ -1,7 +1,7 @@
/* Wipe all theming CSS to start with. We'll leave the adwaita theme for
* spinner.*/
EosWindow,
-EosWindow :not(spinner) {
+EosWindow :not(spinner):not(decoration) {
all: unset;
}