1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Removed Duplicates

This commit is contained in:
Piccar 2022-02-10 12:46:27 +01:00
parent 27f530babd
commit 1ed16d6ac1
3 changed files with 0 additions and 12 deletions

View file

@ -189,10 +189,6 @@ html {
color: #fff; color: #fff;
} }
.actionSheetMenuItem:hover {
background-color: #ddd;
}
.toast { .toast {
background: #303030; background: #303030;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);

View file

@ -184,10 +184,6 @@ html {
opacity: 0.5; opacity: 0.5;
} }
.actionSheetMenuItem:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.toast { .toast {
background: #303030; background: #303030;
color: #fff; color: #fff;

View file

@ -277,10 +277,6 @@ a[data-role=button] {
opacity: 0.5; opacity: 0.5;
} }
.actionSheetMenuItem:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.toast { .toast {
background: #303030; background: #303030;
color: #f8f8fe; color: #f8f8fe;