summaryrefslogtreecommitdiff
path: root/data/css
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo@endlessm.com>2015-06-19 12:33:16 -0700
committerCosimo Cecchi <cosimo@endlessm.com>2015-06-19 12:33:16 -0700
commit318e16d33f32dc8617caea7657eecec5876b292f (patch)
treec17a36a5483e8afb675a28e579739ba8ae12143b /data/css
parent0fcc36fbb265f26a5b246620e095d0250fec635e (diff)
css: restore border-radius and box-shadow for tooltips
Don't let the .window-frame style we specify for SDK's client-decorated windows also affect tooltips. [endlessm/eos-sdk#3224]
Diffstat (limited to 'data/css')
-rw-r--r--data/css/endless-widgets.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/css/endless-widgets.css b/data/css/endless-widgets.css
index df56fef..4e319a4 100644
--- a/data/css/endless-widgets.css
+++ b/data/css/endless-widgets.css
@@ -33,6 +33,11 @@ EosWindow {
box-shadow: 0 2px 5px 1px @endless_wm_shadow;
}
+.window-frame.tooltip {
+ border-radius: 5px;
+ box-shadow: none;
+}
+
/* Endless window top bar */
.top-bar {