mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
pixelegg changes from Wednesday
This commit is contained in:
parent
e5aa366641
commit
327e648c40
@ -703,7 +703,7 @@ div.calendar {
|
|||||||
/*padding: 2px;*/
|
/*padding: 2px;*/
|
||||||
}
|
}
|
||||||
.calendar thead .title:hover {
|
.calendar thead .title:hover {
|
||||||
background-color: #ffffff !important;
|
background-color: #e6e6e6 !important;
|
||||||
}
|
}
|
||||||
.calendar thead .headrow {
|
.calendar thead .headrow {
|
||||||
/* Row <TR> containing navigation buttons */
|
/* Row <TR> containing navigation buttons */
|
||||||
@ -728,9 +728,8 @@ div.calendar {
|
|||||||
.calendar thead .hilite {
|
.calendar thead .hilite {
|
||||||
/* How do the buttons in header appear when hover */
|
/* How do the buttons in header appear when hover */
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
border: none;
|
||||||
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
/*.box_shadow_standard_light_inset;*/
|
||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
|
||||||
/*color: #000;*/
|
/*color: #000;*/
|
||||||
/*border: 0px solid;*/
|
/*border: 0px solid;*/
|
||||||
border-color: #828282;
|
border-color: #828282;
|
||||||
@ -779,14 +778,15 @@ div.calendar {
|
|||||||
}
|
}
|
||||||
.calendar tbody td.selected {
|
.calendar tbody td.selected {
|
||||||
/* Cell showing today date */
|
/* Cell showing today date */
|
||||||
/*font-weight: bold;*/
|
/*font-weight: normal;*/
|
||||||
/*border: 1px solid #000;*/
|
/*border: 0px solid @gray_50;*/
|
||||||
/*padding: 1px 3px 1px 1px;*/
|
/*padding: 1px 3px 1px 1px;*/
|
||||||
|
/*padding: 0px;*/
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
-webkit-box-shadow: inset 1px 2px 1px #000000;
|
||||||
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
-moz-box-shadow: inset 1px 2px 1px #000000;
|
||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
box-shadow: inset 1px 2px 1px #000000;
|
||||||
}
|
}
|
||||||
.calendar tbody td.weekend {
|
.calendar tbody td.weekend {
|
||||||
/* Cells showing weekend days */
|
/* Cells showing weekend days */
|
||||||
@ -809,8 +809,8 @@ div.calendar {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.calendar table .wn {
|
.calendar table .wn {
|
||||||
padding: 2px 3px 2px 2px;
|
/*padding: 2px 3px 2px 2px;*/
|
||||||
border-right: 1px solid #000;
|
/*border-right: 1px solid #000;*/
|
||||||
background-color: #b3b3b3 !important;
|
background-color: #b3b3b3 !important;
|
||||||
}
|
}
|
||||||
.calendar tfoot .footrow {
|
.calendar tfoot .footrow {
|
||||||
@ -2094,6 +2094,9 @@ div#calendar-container div.calendar table {
|
|||||||
/* font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;*/
|
/* font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;*/
|
||||||
}
|
}
|
||||||
div#calendar-container div.calendar table thead .title {
|
div#calendar-container div.calendar table thead .title {
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
background-color: #ffc200;
|
background-color: #ffc200;
|
||||||
}
|
}
|
||||||
div#calendar-container div.calendar table thead .daynames {
|
div#calendar-container div.calendar table thead .daynames {
|
||||||
@ -2105,5 +2108,18 @@ div#calendar-container div.calendar table tbody tr.daysrow:hover {
|
|||||||
div#calendar-container div.calendar table tbody tr.rowhilite td {
|
div#calendar-container div.calendar table tbody tr.rowhilite td {
|
||||||
background-color: #ffc200;
|
background-color: #ffc200;
|
||||||
}
|
}
|
||||||
|
#calendar_cat_id,
|
||||||
|
#calendar_filter,
|
||||||
|
#uical_select_owner {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
/*#calendar_sidebox_content {
|
||||||
|
.egw_fw_ui_category_content {
|
||||||
|
// Last Element rounded
|
||||||
|
&:last-of-type{
|
||||||
|
.border_radius (0, 0, 10px, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}*/
|
||||||
/* ########################################################################################
|
/* ########################################################################################
|
||||||
/* * Calendar END */
|
/* * Calendar END */
|
||||||
|
@ -138,7 +138,7 @@ div.calendar { position: relative; }
|
|||||||
/*color: #000;*/
|
/*color: #000;*/
|
||||||
/*padding: 2px;*/
|
/*padding: 2px;*/
|
||||||
|
|
||||||
&:hover {background-color: @gray_0 !important;}
|
&:hover {background-color: @gray_10 !important;}
|
||||||
}
|
}
|
||||||
.headrow { /* Row <TR> containing navigation buttons */
|
.headrow { /* Row <TR> containing navigation buttons */
|
||||||
.background_table_cal_head;
|
.background_table_cal_head;
|
||||||
@ -163,7 +163,8 @@ div.calendar { position: relative; }
|
|||||||
|
|
||||||
.hilite { /* How do the buttons in header appear when hover */
|
.hilite { /* How do the buttons in header appear when hover */
|
||||||
.background_color_0_gray;
|
.background_color_0_gray;
|
||||||
.box_shadow_standard_light_inset;
|
border: none;
|
||||||
|
/*.box_shadow_standard_light_inset;*/
|
||||||
/*color: #000;*/
|
/*color: #000;*/
|
||||||
/*border: 0px solid;*/
|
/*border: 0px solid;*/
|
||||||
border-color: @gray_50;
|
border-color: @gray_50;
|
||||||
@ -220,12 +221,15 @@ div.calendar { position: relative; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
td.selected { /* Cell showing today date */
|
td.selected { /* Cell showing today date */
|
||||||
/*font-weight: bold;*/
|
/*font-weight: normal;*/
|
||||||
/*border: 1px solid #000;*/
|
/*border: 0px solid @gray_50;*/
|
||||||
/*padding: 1px 3px 1px 1px;*/
|
/*padding: 1px 3px 1px 1px;*/
|
||||||
|
/*padding: 0px;*/
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #000;
|
color: #000;
|
||||||
.box_shadow_standard_light_inset;
|
-webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 1);
|
||||||
|
-moz-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 1);
|
||||||
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
td.weekend { /* Cells showing weekend days */
|
td.weekend { /* Cells showing weekend days */
|
||||||
@ -251,8 +255,8 @@ div.calendar { position: relative; }
|
|||||||
} // tbody
|
} // tbody
|
||||||
|
|
||||||
table .wn {
|
table .wn {
|
||||||
padding: 2px 3px 2px 2px;
|
/*padding: 2px 3px 2px 2px;*/
|
||||||
border-right: 1px solid #000;
|
/*border-right: 1px solid #000;*/
|
||||||
// background: #bdf;
|
// background: #bdf;
|
||||||
.background_color_30_gray;
|
.background_color_30_gray;
|
||||||
}
|
}
|
||||||
@ -1444,7 +1448,9 @@ div#calendar-container {
|
|||||||
/*distance to cal widget*/
|
/*distance to cal widget*/
|
||||||
/*margin-top: 10px;*/
|
/*margin-top: 10px;*/
|
||||||
|
|
||||||
select, input, option {font-size: 11px;}
|
select,
|
||||||
|
input,
|
||||||
|
option {font-size: 11px;}
|
||||||
|
|
||||||
div.calendar{
|
div.calendar{
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
@ -1458,6 +1464,9 @@ div#calendar-container {
|
|||||||
thead {
|
thead {
|
||||||
// Month
|
// Month
|
||||||
.title {
|
.title {
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
background-color: @egw_color_1_a;
|
background-color: @egw_color_1_a;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1497,6 +1506,21 @@ div#calendar-container {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Select Fields in Sidemenu
|
||||||
|
#calendar_cat_id,
|
||||||
|
#calendar_filter,
|
||||||
|
#uical_select_owner {font-size: 11px;}
|
||||||
|
|
||||||
|
|
||||||
|
// Last Element in Sidemenu - rounded
|
||||||
|
/*#calendar_sidebox_content {
|
||||||
|
.egw_fw_ui_category_content {
|
||||||
|
// Last Element rounded
|
||||||
|
&:last-of-type{
|
||||||
|
.border_radius (0, 0, 10px, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}*/
|
||||||
/* ########################################################################################
|
/* ########################################################################################
|
||||||
/* * Calendar END */
|
/* * Calendar END */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user