Look: Minor change on theme
This commit is contained in:
parent
cfe198e1e1
commit
6f2396f404
@ -1,6 +1,6 @@
|
|||||||
.overlay_alert {
|
.overlay_alert {
|
||||||
background-color: #DDDDDD;
|
background-color: #DDDDDD;
|
||||||
filter: alpha(opacity=50); /*Does not respect CSS standard */
|
filter: alpha(opacity=50); /* Does not respect CSS standard, but required to avoid IE bug */
|
||||||
-moz-opacity: 0.5;
|
-moz-opacity: 0.5;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1174,7 +1174,7 @@ cursor: pointer;
|
|||||||
.cal_current_month { background: #FFFFFF; border: solid 1px #ACBCBB; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; }
|
.cal_current_month { background: #FFFFFF; border: solid 1px #ACBCBB; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; }
|
||||||
.cal_today { background: #FFFFFF; border: solid 2px #6C7C7B; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; }
|
.cal_today { background: #FFFFFF; border: solid 2px #6C7C7B; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; }
|
||||||
table.cal_event { border-collapse: collapse; margin-bottom: 1px; }
|
table.cal_event { border-collapse: collapse; margin-bottom: 1px; }
|
||||||
table.cal_event td { border: 0px; padding-left: 0px; padding-right: 2px; padding-top: 0px; padding-bottom: 0px; } */
|
table.cal_event td { border: 0px; padding-left: 0px; padding-right: 2px; padding-top: 0px; padding-bottom: 0px; }
|
||||||
.cal_event a:link { color: #111111; font-size: 11px; font-weight: normal !important; }
|
.cal_event a:link { color: #111111; font-size: 11px; font-weight: normal !important; }
|
||||||
.cal_event a:visited { color: #111111; font-size: 11px; font-weight: normal !important; }
|
.cal_event a:visited { color: #111111; font-size: 11px; font-weight: normal !important; }
|
||||||
.cal_event a:active { color: #111111; font-size: 11px; font-weight: normal !important; }
|
.cal_event a:active { color: #111111; font-size: 11px; font-weight: normal !important; }
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
.overlay_alert {
|
.overlay_alert {
|
||||||
background-color: #DDDDDD;
|
background-color: #DDDDDD;
|
||||||
filter: alpha(opacity=50); /*Does not respect CSS standard */
|
filter: alpha(opacity=50); /* Does not respect CSS standard, but required to avoid IE bug */
|
||||||
-moz-opacity: 0.5;
|
-moz-opacity: 0.5;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user