mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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;
|
||||
font-weight: normal;
|
||||
}
|
||||
#calendar-toolbar .et2_dropdown button.ui-state-default {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
/* Space for toolbar */
|
||||
#calendar-view, #calendar-todo, #calendar-planner, #calendar-list {
|
||||
|
@ -197,6 +197,9 @@ div.calendar_conflicts {
|
||||
z-index: 40;
|
||||
font-weight: normal;
|
||||
}
|
||||
#calendar-toolbar .et2_dropdown button.ui-state-default {
|
||||
background: #ffffff;
|
||||
}
|
||||
/* Space for toolbar */
|
||||
#calendar-view,
|
||||
#calendar-todo,
|
||||
|
Loading…
Reference in New Issue
Block a user