mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix background of control group button
This commit is contained in:
parent
2a5f3b4214
commit
1dfd2676ec
4 changed files with 17 additions and 0 deletions
|
@ -94,6 +94,11 @@ html {
|
|||
background: rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
a[data-role=button] {
|
||||
background: #fff !important;
|
||||
background: rgba(0, 0, 0, 0.14) !important;
|
||||
}
|
||||
|
||||
.button-submit {
|
||||
background: #00a4dc;
|
||||
color: #fff;
|
||||
|
|
|
@ -93,6 +93,10 @@ html {
|
|||
background: rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
a[data-role=button] {
|
||||
background: rgba(0, 0, 0, 0.5) !important;
|
||||
}
|
||||
|
||||
.button-submit {
|
||||
background: #00a4dc;
|
||||
color: #fff;
|
||||
|
|
|
@ -99,6 +99,10 @@ html {
|
|||
background: #ccc;
|
||||
}
|
||||
|
||||
a[data-role=button] {
|
||||
background: #d8d8d8 !important;
|
||||
}
|
||||
|
||||
.button-submit {
|
||||
background: #00a4dc;
|
||||
color: #fff;
|
||||
|
|
|
@ -91,6 +91,10 @@ html {
|
|||
background: #143451;
|
||||
}
|
||||
|
||||
a[data-role=button] {
|
||||
background: #082845 !important;
|
||||
}
|
||||
|
||||
.button-submit {
|
||||
background: #00a4dc;
|
||||
color: #fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue