mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Some missing bits for Stylite theme
- Missing new & day toolbar icons (thanks Ulle) - Incorrect colors
This commit is contained in:
parent
931a354a66
commit
cc53069d40
@ -274,7 +274,7 @@ class calendar_uiviews extends calendar_ui
|
||||
$actions = array(
|
||||
'add' => array(
|
||||
'caption' => 'Add',
|
||||
'icon' => 'add',
|
||||
'icon' => 'new',
|
||||
'group' => ++$group,
|
||||
'onExecute' => 'javaScript:app.calendar.toolbar_action',
|
||||
'hint' => 'Add',
|
||||
|
@ -662,7 +662,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
.calendar_calTimeGridList .calendar_calEventBody {
|
||||
overflow: hidden;
|
||||
border:none;
|
||||
background: #f0f0f0 !important;
|
||||
background: white !important;
|
||||
height: 100%;
|
||||
padding-left: 6px;
|
||||
display: flex;
|
||||
@ -692,7 +692,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 3ex;
|
||||
background: #f0f0f0;
|
||||
background: white;
|
||||
z-index: 21;
|
||||
}
|
||||
.calendar_calTimeGridList .calendar_calDayCol .hiddenEventAfter:hover {
|
||||
@ -700,7 +700,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
top: initial !important;
|
||||
bottom: 0px;
|
||||
white-space: pre;
|
||||
background: #f0f0f0;
|
||||
background: white;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
BIN
calendar/templates/default/images/day.png
Executable file
BIN
calendar/templates/default/images/day.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
@ -996,6 +996,18 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
height: 13px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.calendar_calTimeGridList .calendar_calEventBody {
|
||||
background: #f0f0f0 !important;
|
||||
}
|
||||
.calendar_calTimeGridList .calendar_calDayCol .hiddenEventAfter:before {
|
||||
background : #f0f0f0;
|
||||
}
|
||||
.calendar_calTimeGridList .calendar_calDayCol .hiddenEventAfter:hover {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
/* table of the dayView containing 2 cols: 1) day-view, 2) todos
|
||||
*/
|
||||
.calendar_calDayView{
|
||||
|
Loading…
Reference in New Issue
Block a user