mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 20:08:34 +01:00
Fix calendar header bg color
This commit is contained in:
parent
f28ff69e91
commit
fcdfcefb00
@ -459,8 +459,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
border-bottom: 1px solid silver;
|
border-bottom: 1px solid silver;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: white;
|
background-color: white;
|
||||||
background: #2D6393;
|
|
||||||
}
|
}
|
||||||
.hideDayColHeader .calendar_calDayColHeader > div[data-date] {
|
.hideDayColHeader .calendar_calDayColHeader > div[data-date] {
|
||||||
position:fixed;
|
position:fixed;
|
||||||
@ -468,8 +467,8 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.blue_title {
|
.blue_title {
|
||||||
color: white;
|
color: white !important;
|
||||||
background: #2D6393;
|
background: #2D6393 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Seperate long and short day names */
|
/* Seperate long and short day names */
|
||||||
|
@ -472,8 +472,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
border-bottom: 1px solid silver;
|
border-bottom: 1px solid silver;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: white;
|
background-color: white;
|
||||||
background: #2D6393;
|
|
||||||
}
|
}
|
||||||
.hideDayColHeader .calendar_calDayColHeader > div[data-date] {
|
.hideDayColHeader .calendar_calDayColHeader > div[data-date] {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -481,8 +480,8 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.blue_title {
|
.blue_title {
|
||||||
color: white;
|
color: white !important;
|
||||||
background: #2D6393;
|
background: #2D6393 !important;
|
||||||
}
|
}
|
||||||
/* Seperate long and short day names */
|
/* Seperate long and short day names */
|
||||||
.calendar_calDayColHeader > div[data-date] .short_date,
|
.calendar_calDayColHeader > div[data-date] .short_date,
|
||||||
@ -1576,8 +1575,8 @@ img.sideboxstar:active {
|
|||||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
background-color: #1aa200;
|
background-color: #b3e4a6;
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
.chzn-container {
|
.chzn-container {
|
||||||
max-width: 85% !important;
|
max-width: 85% !important;
|
||||||
@ -2320,8 +2319,8 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
background-color: #1aa200;
|
background-color: #b3e4a6;
|
||||||
background-color: #189800 !important;
|
background-color: #ace29e !important;
|
||||||
}
|
}
|
||||||
.calendar_calDayTodosHeader {
|
.calendar_calDayTodosHeader {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -2476,21 +2475,17 @@ button#series img[url*="svg"] {
|
|||||||
fill: red;
|
fill: red;
|
||||||
}
|
}
|
||||||
button#series:hover {
|
button#series:hover {
|
||||||
background-color: #189800;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
button#series:active {
|
|
||||||
background-color: #1aa200;
|
|
||||||
}
|
|
||||||
button#series:hover {
|
button#series:hover {
|
||||||
background-image: url('../images/edit.png') !important;
|
background-image: url('../images/edit.png') !important;
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
button#series:active {
|
button#series:active {
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
/*edit exception*/
|
/*edit exception*/
|
||||||
button#exception {
|
button#exception {
|
||||||
@ -2533,21 +2528,17 @@ button#exception img[url*="svg"] {
|
|||||||
fill: red;
|
fill: red;
|
||||||
}
|
}
|
||||||
button#exception:hover {
|
button#exception:hover {
|
||||||
background-color: #189800;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
button#exception:active {
|
|
||||||
background-color: #1aa200;
|
|
||||||
}
|
|
||||||
button#exception:hover {
|
button#exception:hover {
|
||||||
background-image: url('../images/edit.png') !important;
|
background-image: url('../images/edit.png') !important;
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
button#exception:active {
|
button#exception:active {
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
/*calendar series add*/
|
/*calendar series add*/
|
||||||
#calendar-edit_add {
|
#calendar-edit_add {
|
||||||
@ -2556,15 +2547,15 @@ button#exception:active {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
#calendar-edit_add:active {
|
#calendar-edit_add:active {
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
/*calendar search freetime*/
|
/*calendar search freetime*/
|
||||||
#calendar-edit_freetime:active {
|
#calendar-edit_freetime:active {
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
/*calendar search freetime*/
|
/*calendar search freetime*/
|
||||||
button[id*="edit_button[add_alarm]"]:active {
|
button[id*="edit_button[add_alarm]"]:active {
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
/*SIDEMENU */
|
/*SIDEMENU */
|
||||||
/*extended for calender app*/
|
/*extended for calender app*/
|
||||||
|
@ -248,8 +248,10 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
/* marks a day in the colum-header as today
|
/* marks a day in the colum-header as today
|
||||||
*/
|
*/
|
||||||
.calendar_calToday,
|
.calendar_calToday,
|
||||||
|
.calendar_calTimeGrid .calendar_calDayColHeader .calendar_calToday,
|
||||||
.calendar_calTimeGrid .calendar_calDayColHeader .calendar_calToday.et2_link.et2_clickable {
|
.calendar_calTimeGrid .calendar_calDayColHeader .calendar_calToday.et2_link.et2_clickable {
|
||||||
background: #ffffcc;
|
background: #ffffcc;
|
||||||
|
color: #0C5DA5;
|
||||||
}
|
}
|
||||||
.calendar_calWeek {
|
.calendar_calWeek {
|
||||||
background: #ffffcc;
|
background: #ffffcc;
|
||||||
@ -458,16 +460,16 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
border-bottom: 1px solid silver;
|
border-bottom: 1px solid silver;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
.hideDayColHeader .calendar_calDayColHeader > div[data-date] {
|
.hideDayColHeader .calendar_calDayColHeader > div[data-date] {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background: white;
|
|
||||||
width: inherit;
|
width: inherit;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.blue_title {
|
.blue_title {
|
||||||
color: white;
|
color: white !important;
|
||||||
background: #2D6393;
|
background: #2D6393 !important;
|
||||||
}
|
}
|
||||||
/* Seperate long and short day names */
|
/* Seperate long and short day names */
|
||||||
.calendar_calDayColHeader > div[data-date] .short_date,
|
.calendar_calDayColHeader > div[data-date] .short_date,
|
||||||
@ -1561,8 +1563,8 @@ img.sideboxstar:active {
|
|||||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
background-color: #1aa200;
|
background-color: #b3e4a6;
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
.chzn-container {
|
.chzn-container {
|
||||||
max-width: 85% !important;
|
max-width: 85% !important;
|
||||||
@ -2018,10 +2020,8 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
/* marks a day in the colum-header as today
|
/* marks a day in the colum-header as today
|
||||||
*/
|
*/
|
||||||
.calendar_calToday,
|
.calendar_calToday,
|
||||||
.calendar_calTimeGrid .calendar_calDayColHeader .calendar_calToday,
|
|
||||||
.calendar_calTimeGrid .calendar_calDayColHeader .calendar_calToday.et2_link.et2_clickable {
|
.calendar_calTimeGrid .calendar_calDayColHeader .calendar_calToday.et2_link.et2_clickable {
|
||||||
background-color: #FFDD73;
|
background-color: #FFDD73;
|
||||||
color: #0C5DA5;
|
|
||||||
}
|
}
|
||||||
.calendar_calWeek {
|
.calendar_calWeek {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
@ -2307,8 +2307,8 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
background-color: #1aa200;
|
background-color: #b3e4a6;
|
||||||
background-color: #189800 !important;
|
background-color: #ace29e !important;
|
||||||
}
|
}
|
||||||
.calendar_calDayTodosHeader {
|
.calendar_calDayTodosHeader {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -2463,21 +2463,17 @@ button#series img[url*="svg"] {
|
|||||||
fill: red;
|
fill: red;
|
||||||
}
|
}
|
||||||
button#series:hover {
|
button#series:hover {
|
||||||
background-color: #189800;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
button#series:active {
|
|
||||||
background-color: #1aa200;
|
|
||||||
}
|
|
||||||
button#series:hover {
|
button#series:hover {
|
||||||
background-image: url('../images/edit.png') !important;
|
background-image: url('../images/edit.png') !important;
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
button#series:active {
|
button#series:active {
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
/*edit exception*/
|
/*edit exception*/
|
||||||
button#exception {
|
button#exception {
|
||||||
@ -2520,21 +2516,17 @@ button#exception img[url*="svg"] {
|
|||||||
fill: red;
|
fill: red;
|
||||||
}
|
}
|
||||||
button#exception:hover {
|
button#exception:hover {
|
||||||
background-color: #189800;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
button#exception:active {
|
|
||||||
background-color: #1aa200;
|
|
||||||
}
|
|
||||||
button#exception:hover {
|
button#exception:hover {
|
||||||
background-image: url('../images/edit.png') !important;
|
background-image: url('../images/edit.png') !important;
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
button#exception:active {
|
button#exception:active {
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
/*calendar series add*/
|
/*calendar series add*/
|
||||||
#calendar-edit_add {
|
#calendar-edit_add {
|
||||||
@ -2543,15 +2535,15 @@ button#exception:active {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
#calendar-edit_add:active {
|
#calendar-edit_add:active {
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
/*calendar search freetime*/
|
/*calendar search freetime*/
|
||||||
#calendar-edit_freetime:active {
|
#calendar-edit_freetime:active {
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
/*calendar search freetime*/
|
/*calendar search freetime*/
|
||||||
button[id*="edit_button[add_alarm]"]:active {
|
button[id*="edit_button[add_alarm]"]:active {
|
||||||
background-color: #1aa200 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
/*SIDEMENU */
|
/*SIDEMENU */
|
||||||
/*extended for calender app*/
|
/*extended for calender app*/
|
||||||
|
Loading…
Reference in New Issue
Block a user