Update border-radius to 4px` (#4696)

master
Zaahir Moolla 2019-03-06 17:37:08 -05:00 committed by GitHub
parent c5f91f9f51
commit f86430a86b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -29,7 +29,7 @@
display: inline-block;
border: 1px solid #e0e0e0;
padding: 3px 4px 1px;
border-radius: 2px;
border-radius: 4px;
font-size: 0.833em;
white-space: normal;
word-break: normal;

View File

@ -227,10 +227,7 @@
border: none;
padding: 0.2em 0.4em;
margin-bottom: 1em;
border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 4px;
}
.zci--timer .time_input .separator {