mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
continue jquery removal
This commit is contained in:
parent
75a40a8dbb
commit
31dc3c06e1
14 changed files with 352 additions and 375 deletions
26
dashboard-ui/thirdparty/paper-button-style.css
vendored
26
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -1,11 +1,15 @@
|
|||
button[is="emby-button"].blue {
|
||||
button[is="emby-button"]:not(.fab).blue {
|
||||
color: #03a9f4;
|
||||
}
|
||||
|
||||
button[is="emby-button"].blue:hover {
|
||||
button[is="emby-button"]:not(.fab).blue:hover {
|
||||
background: #e1f5f3;
|
||||
}
|
||||
|
||||
button[is="emby-button"].fab.blue {
|
||||
background: #03a9f4;
|
||||
}
|
||||
|
||||
button[is="emby-button"].menuButton {
|
||||
color: #212121;
|
||||
text-align: left;
|
||||
|
@ -219,14 +223,6 @@ paper-fab.white {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
paper-fab.blue {
|
||||
background: #03a9f4;
|
||||
}
|
||||
|
||||
paper-fab.blue paper-material.keyboard-focus {
|
||||
background: #01579b !important;
|
||||
}
|
||||
|
||||
paper-fab.square {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
@ -243,10 +239,6 @@ paper-fab.orange {
|
|||
background-color: #ffd54f;
|
||||
}
|
||||
|
||||
paper-fab.blue {
|
||||
background-color: #4fc3f7;
|
||||
}
|
||||
|
||||
paper-fab.red {
|
||||
background-color: #e57373;
|
||||
}
|
||||
|
@ -420,7 +412,7 @@ div.dialogHeader {
|
|||
}
|
||||
|
||||
.ui-body-a .dialogHeader a {
|
||||
color: #fff!important;
|
||||
color: #fff !important;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
@ -463,3 +455,7 @@ paper-toggle-button paper-ripple {
|
|||
.formDialog.background-theme-b {
|
||||
background-color: #181818;
|
||||
}
|
||||
|
||||
.ui-body-b .listItem .secondary {
|
||||
color: #aaa;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue