mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02:00
Keep drag n drop helper below dialog
This commit is contained in:
parent
7a62f96866
commit
2a592fcb30
@ -795,7 +795,7 @@ ul.et2_link_string {
|
|||||||
background-color: #FDF9DB;
|
background-color: #FDF9DB;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
color: black;
|
color: black;
|
||||||
z-index: 999;
|
z-index: 100;
|
||||||
-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
|
-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);
|
-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);
|
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
|
||||||
@ -1906,7 +1906,7 @@ div.et2_image_tooltipPopup {
|
|||||||
|
|
||||||
/*egw_action_ddHelper*/
|
/*egw_action_ddHelper*/
|
||||||
div.et2_egw_action_ddHelper {
|
div.et2_egw_action_ddHelper {
|
||||||
z-index: 999;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
/* The last div which shows Ctrl tip to user*/
|
/* The last div which shows Ctrl tip to user*/
|
||||||
div.et2_egw_action_ddHelper_tip {
|
div.et2_egw_action_ddHelper_tip {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user