mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Fixed the border-radius for webkit
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043111
This commit is contained in:
@@ -627,6 +627,6 @@ table, textarea, .button, input.text, ul.contentItems,
|
||||
input.text-box, .inputTextLarge, .inputTextPermalink, .linkButton, .confirmation.message,
|
||||
.warning.message, .critical.message, .roundCorners {
|
||||
-moz-border-radius:4px;
|
||||
-webkit-border-top-radius:4px;
|
||||
-webkit-border-radius:4px;
|
||||
border-radius:4px;
|
||||
}
|
Reference in New Issue
Block a user