small fix to input element border radius

This commit is contained in:
dkanada 2020-01-27 22:54:52 +09:00
parent df06442518
commit 3aceb5c1b2
8 changed files with 17 additions and 19 deletions

View file

@ -245,8 +245,8 @@ html {
.emby-textarea {
color: inherit;
background: #fff;
border: .07em solid rgba(0, 0, 0, .158);
border-radius: .15em
border: 0.16em solid rgba(0, 0, 0, .158);
border-radius: 0.2em
}
.emby-input:focus,