small fix to input element border radius
This commit is contained in:
parent
df06442518
commit
3aceb5c1b2
8 changed files with 17 additions and 19 deletions
|
@ -244,8 +244,8 @@ html {
|
|||
.emby-textarea {
|
||||
color: inherit;
|
||||
background: rgba(255, 255, 255, .9);
|
||||
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,
|
||||
|
|
|
@ -244,8 +244,8 @@ html {
|
|||
.emby-textarea {
|
||||
color: inherit;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
border: .07em solid transparent;
|
||||
border-radius: .15em
|
||||
border: 0.16em solid transparent;
|
||||
border-radius: 0.2em
|
||||
}
|
||||
|
||||
.emby-input:focus,
|
||||
|
|
|
@ -225,8 +225,8 @@ html {
|
|||
.emby-textarea {
|
||||
color: inherit;
|
||||
background: #292929;
|
||||
border: .07em solid #292929;
|
||||
border-radius: .15em
|
||||
border: 0.16em solid #292929;
|
||||
border-radius: 0.2em
|
||||
}
|
||||
|
||||
.emby-input:focus,
|
||||
|
|
|
@ -225,8 +225,8 @@ html {
|
|||
.emby-textarea {
|
||||
color: inherit;
|
||||
background: #292929;
|
||||
border: .07em solid #292929;
|
||||
border-radius: .15em
|
||||
border: 0.16em solid #292929;
|
||||
border-radius: 0.2em
|
||||
}
|
||||
|
||||
.emby-input:focus,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -332,8 +332,8 @@ a[data-role=button] {
|
|||
.emby-textarea {
|
||||
color: inherit;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
border: .07em solid transparent;
|
||||
border-radius: .15em
|
||||
border: 0.16em solid transparent;
|
||||
border-radius: 0.2em
|
||||
}
|
||||
|
||||
.emby-input:focus,
|
||||
|
|
|
@ -225,8 +225,8 @@ html {
|
|||
.emby-textarea {
|
||||
color: inherit;
|
||||
background: rgba(255, 255, 255, .2);
|
||||
border: .07em solid rgba(255, 255, 255, .135);
|
||||
border-radius: .15em
|
||||
border: 0.16em solid rgba(255, 255, 255, .135);
|
||||
border-radius: 0.2em
|
||||
}
|
||||
|
||||
.emby-input:focus,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue