mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Make sure nm action_popup in calendar list view is display:none
This commit is contained in:
parent
79f2554120
commit
9dd173288b
@ -624,3 +624,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#calendar-list_undelete_popup, #calendar-list_delete_popup {
|
||||||
|
display: none;
|
||||||
|
}
|
@ -158,9 +158,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action_popup {
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
</styles>
|
</styles>
|
||||||
</template>
|
</template>
|
||||||
</overlay>
|
</overlay>
|
@ -11,7 +11,7 @@
|
|||||||
* @package calendar
|
* @package calendar
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
/* $Id: app.css 47157 2014-06-04 07:32:17Z hnategh $ */
|
/* $Id: app.css 47279 2014-06-16 16:49:45Z hnategh $ */
|
||||||
/* Header classes */
|
/* Header classes */
|
||||||
tr.dialogHeader td,
|
tr.dialogHeader td,
|
||||||
tr.dialogHeader2 td,
|
tr.dialogHeader2 td,
|
||||||
@ -627,6 +627,10 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
#calendar-list_undelete_popup,
|
||||||
|
#calendar-list_delete_popup {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
/*generell*/
|
/*generell*/
|
||||||
.egw_fw_content_browser_iframe img[src$="svg"] {
|
.egw_fw_content_browser_iframe img[src$="svg"] {
|
||||||
background-color: #828282 !important;
|
background-color: #828282 !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user