From 3dfd74768e685376b6290e509c3450785aa97201 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 27 Oct 2015 20:08:56 +0000 Subject: [PATCH] Use drop shadow on tooltip instead of white border --- etemplate/templates/default/etemplate2.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 5a4907c0a7..b9767133ad 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -791,11 +791,13 @@ ul.et2_link_string { .egw_tooltip { position: fixed; border: 1px solid #897f51; - padding: 3px; background-color: #FDF9DB; max-width: 300px; color: black; z-index: 999; + -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75); + -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75); + box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75); } /** * Tabs widget