From 04b80f50827146570644c54ff0d70b88a020a595 Mon Sep 17 00:00:00 2001 From: Matt Watson Date: Tue, 3 Dec 2013 23:07:47 -0800 Subject: 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] --- data/css/reset.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data') 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; -- cgit v1.2.3