summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Watson <mattdangerw@gmail.com>2013-12-03 23:07:47 -0800
committerMatt Watson <mattdangerw@gmail.com>2013-12-04 11:03:56 -0800
commit04b80f50827146570644c54ff0d70b88a020a595 (patch)
treebdc316463e1df59a3f5dabb038087cefaacb789c
parent880f05d9261d4aa2184230e3c4feb877495de7a0 (diff)
Only reset Adwaita for widgets inside an EosWindow
This way popups will still have the Adwaita theme, instead of looking mainly black [endlessm/eos-sdk#425]
-rw-r--r--data/css/reset.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/css/reset.css b/data/css/reset.css
index 1c27a8e..83a7221 100644
--- a/data/css/reset.css
+++ b/data/css/reset.css
@@ -6,7 +6,8 @@
* Also, when adding new style properties, please add them here.
*/
-* {
+EosWindow,
+EosWindow * {
color: inherit;
font-size: inherit;
background-color: initial;