fix: Add Device button CSS was malformed (same line as another rule)
This commit is contained in:
@@ -877,11 +877,12 @@
|
|||||||
.vol-bar { pointer-events: none; }
|
.vol-bar { pointer-events: none; }
|
||||||
.vol-hitarea { cursor: pointer; }
|
.vol-hitarea { cursor: pointer; }
|
||||||
.vol-handle { cursor: ew-resize; pointer-events: none; }
|
.vol-handle { cursor: ew-resize; pointer-events: none; }
|
||||||
.vol-handle:hover { filter: brightness(1.3); } .add-btn { background: #1a3a2a !important; border-color: #4a9 !important; color: #6c9 !important; }
|
.vol-handle:hover { filter: brightness(1.3); }
|
||||||
|
.add-btn { background: #1a3a2a !important; border-color: #4a9 !important; color: #6c9 !important; }
|
||||||
|
|
||||||
.virt-menu {
|
.virt-menu {
|
||||||
position: absolute; top: 32px; z-index: 20;
|
position: absolute; top: 30px; z-index: 30;
|
||||||
left: 50%; transform: translateX(-50%);
|
right: 80px;
|
||||||
background: #2a2a3e; border: 1px solid #555;
|
background: #2a2a3e; border: 1px solid #555;
|
||||||
border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.6);
|
border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.6);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user