mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Use drop shadow on tooltip instead of white border
This commit is contained in:
parent
05b2bdc920
commit
3dfd74768e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user