mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added ability to edit root folder
This commit is contained in:
parent
7df9991141
commit
ae8058a7d5
5 changed files with 30 additions and 3 deletions
|
@ -347,6 +347,12 @@ a.itemTag:hover {
|
|||
margin-top: -30px;
|
||||
}
|
||||
|
||||
.itemDetailImage:hover {
|
||||
-moz-box-shadow: 0 0 20px 3px #2572EB;
|
||||
-webkit-box-shadow: 0 0 20px 3px #2572EB;
|
||||
box-shadow: 0 0 20px 3px #2572EB;
|
||||
}
|
||||
|
||||
.parentName {
|
||||
padding: .5em;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue