mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
"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-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
/* set via inline style on runtime:
|
||||
* top: depending on startime
|
||||
* height: depending on length
|
||||
@ -239,6 +240,7 @@ e.g. the div with class calTimeGrid is generated by the timeGridWidget method of
|
||||
.calEventTooltip{
|
||||
border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user