mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework result factory
This commit is contained in:
parent
2839c095b4
commit
41c7f70286
5 changed files with 25 additions and 27 deletions
|
@ -123,7 +123,11 @@ h1 a:hover {
|
|||
background-color: #fff;
|
||||
}
|
||||
|
||||
.ui-body-a select, .ui-body-a [is="emby-input"], .ui-body-a [is="emby-textarea"] {
|
||||
.ui-body-a [is="emby-select"] {
|
||||
border-color: #ccc !important;
|
||||
}
|
||||
|
||||
.ui-body-a [is="emby-input"], .ui-body-a [is="emby-textarea"] {
|
||||
background: none;
|
||||
border-color: #ccc !important;
|
||||
}
|
||||
|
@ -350,15 +354,6 @@ div[data-role='page'] {
|
|||
color: #bbb;
|
||||
}
|
||||
|
||||
.ui-body-a select {
|
||||
background: none;
|
||||
border-color: #757575;
|
||||
}
|
||||
|
||||
.ui-body-a select option {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.ui-body-a .emby-collapsible-button {
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue