mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Admin Default Theme: use cross-browser border-radius for form-sign
This commit is contained in:
@@ -431,7 +431,9 @@ td, th {
|
||||
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15);
|
||||
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.15);
|
||||
box-shadow: 0 1px 5px rgba(0,0,0,.15);
|
||||
border-radius: 4px 4px 4px 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user