mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix icon changing on scheduled task page
This commit is contained in:
parent
77ea8e1dfe
commit
92b1ccb529
3 changed files with 12 additions and 15 deletions
|
@ -50,7 +50,7 @@
|
|||
|
||||
.viewMenuLink {
|
||||
text-decoration: none;
|
||||
color: #ccc;
|
||||
color: #ccc!important;
|
||||
padding: 7px .5em 6px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
@ -79,11 +79,8 @@
|
|||
height: 20px;
|
||||
padding-top: 9px;
|
||||
text-transform: uppercase;
|
||||
color: #fff!important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.viewMenuTextLink {
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -108,12 +105,12 @@
|
|||
}
|
||||
|
||||
.libraryPage > .ui-content {
|
||||
padding: 10px 0px;
|
||||
padding: 10px 0 100px;
|
||||
}
|
||||
|
||||
.libraryPage .currentUsername {
|
||||
color: #fff;
|
||||
}
|
||||
.libraryPage .currentUsername {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.listHeader {
|
||||
margin-top: .5em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue