safari/chrome round borders

This commit is contained in:
Rushabh Mehta 2012-05-02 18:06:39 +05:30
parent d5e1031f42
commit 6d5956e027
2 changed files with 6 additions and 0 deletions

View File

@ -3728,6 +3728,9 @@ div.appframe-titlebar {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
border-bottom: 1px solid #aaa;
min-height: 1.2em;
border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
}
div.appframe-toolbar {

View File

@ -2480,6 +2480,9 @@ div.appframe-titlebar {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
border-bottom: 1px solid #aaa;
min-height: 1.2em;
border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
}
div.appframe-toolbar {