forked from extern/egroupware
"adding rounded corners for safari too"
This commit is contained in:
parent
8e63887331
commit
be1cd2d832
@ -201,6 +201,7 @@ e.g. the div with class calTimeGrid is generated by the timeGridWidget method of
|
|||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 6px;
|
||||||
|
-webkit-border-radius: 6px;
|
||||||
/* set via inline style on runtime:
|
/* set via inline style on runtime:
|
||||||
* top: depending on startime
|
* top: depending on startime
|
||||||
* height: depending on length
|
* height: depending on length
|
||||||
@ -239,6 +240,7 @@ e.g. the div with class calTimeGrid is generated by the timeGridWidget method of
|
|||||||
.calEventTooltip{
|
.calEventTooltip{
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 6px;
|
||||||
|
-webkit-border-radius: 6px;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user