mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added editor indicators for offline and locked
This commit is contained in:
parent
f2de7a8983
commit
4ee479b819
7 changed files with 61 additions and 13 deletions
BIN
dashboard-ui/css/images/editor/lock.png
Normal file
BIN
dashboard-ui/css/images/editor/lock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 774 B |
|
@ -14,6 +14,18 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.offlineEditorNode {
|
||||
color: #cc3333;
|
||||
}
|
||||
|
||||
.editorNode img {
|
||||
height: 18px;
|
||||
margin: 0 .35em;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
|
||||
.editPageSidebar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue