forked from extern/egroupware
* Calendar: Fix sidebar calendar in pixelegg to not flicking while the mouse is over on dates, and gets expanded with sidebar column resize
This commit is contained in:
parent
b648528e64
commit
0bfbfd8b0b
@ -9,6 +9,7 @@ div.calendar { position: relative; }
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
background: #eef;
|
background: #eef;
|
||||||
font-family: tahoma,verdana,sans-serif;
|
font-family: tahoma,verdana,sans-serif;
|
||||||
|
border-collapse: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Header part -- contains navigation buttons and day names. */
|
/* Header part -- contains navigation buttons and day names. */
|
||||||
@ -65,7 +66,7 @@ div.calendar { position: relative; }
|
|||||||
/* The body part -- contains all the days in month. */
|
/* The body part -- contains all the days in month. */
|
||||||
|
|
||||||
.calendar tbody .day { /* Cells <TD> containing month days dates */
|
.calendar tbody .day { /* Cells <TD> containing month days dates */
|
||||||
width: 2em;
|
width: 100px;
|
||||||
color: #456;
|
color: #456;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 2px 4px 2px 2px;
|
padding: 2px 4px 2px 2px;
|
||||||
|
Loading…
Reference in New Issue
Block a user