mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
Calendar: Fix little overlap between favorite button & dropdown button
This commit is contained in:
parent
d0c5f3c09b
commit
1af52a1e6c
@ -190,6 +190,9 @@ div.calendar_conflicts {
|
|||||||
z-index: 40;
|
z-index: 40;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
#calendar-toolbar .et2_dropdown button.ui-state-default {
|
||||||
|
background: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
/* Space for toolbar */
|
/* Space for toolbar */
|
||||||
#calendar-view, #calendar-todo, #calendar-planner, #calendar-list {
|
#calendar-view, #calendar-todo, #calendar-planner, #calendar-list {
|
||||||
|
@ -197,6 +197,9 @@ div.calendar_conflicts {
|
|||||||
z-index: 40;
|
z-index: 40;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
#calendar-toolbar .et2_dropdown button.ui-state-default {
|
||||||
|
background: #ffffff;
|
||||||
|
}
|
||||||
/* Space for toolbar */
|
/* Space for toolbar */
|
||||||
#calendar-view,
|
#calendar-view,
|
||||||
#calendar-todo,
|
#calendar-todo,
|
||||||
|
Loading…
Reference in New Issue
Block a user