mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
ui fixes
This commit is contained in:
@@ -55,10 +55,11 @@ ul#ctl {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
ul#ctl li.ctl-left {
|
ul#ctl li.ctl-logo {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
ul#ctl li.ctl-right {
|
ul#ctl li.ctl-right-actions {
|
||||||
|
cursor: pointer;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
ul#ctl img {
|
ul#ctl img {
|
||||||
@@ -80,7 +81,6 @@ ul#ctl li a.ctl-item:hover:not(.active) {
|
|||||||
}
|
}
|
||||||
div.ctl-dropdown {
|
div.ctl-dropdown {
|
||||||
outline: none;
|
outline: none;
|
||||||
cursor: pointer;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
@@ -175,7 +175,7 @@ div.ctl-dropdown-content-text {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#stream-box {
|
div#stream-box {
|
||||||
pointer-events: none;
|
user-select: none;
|
||||||
border: var(--dark-border);
|
border: var(--dark-border);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
@@ -20,9 +20,9 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<ul id="ctl">
|
<ul id="ctl">
|
||||||
<li class="ctl-left"><img id="logo" src="svg/logo.svg" alt="π-kvm" /></li>
|
<li class="ctl-logo"><img id="logo" src="svg/logo.svg" alt="π-kvm" /></li>
|
||||||
|
|
||||||
<li class="ctl-right">
|
<li class="ctl-right-actions">
|
||||||
<div class="ctl-dropdown" tabindex="0">
|
<div class="ctl-dropdown" tabindex="0">
|
||||||
<a class="ctl-item" href="#">
|
<a class="ctl-item" href="#">
|
||||||
<img id="stream-led" class="led-off" src="svg/stream-led.svg" />
|
<img id="stream-led" class="led-off" src="svg/stream-led.svg" />
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="ctl-right">
|
<li class="ctl-right-actions">
|
||||||
<div class="ctl-dropdown" tabindex="0">
|
<div class="ctl-dropdown" tabindex="0">
|
||||||
<a class="ctl-item" href="#">
|
<a class="ctl-item" href="#">
|
||||||
<img id="atx-power-led" class="led-off" src="svg/atx-power-led.svg" />
|
<img id="atx-power-led" class="led-off" src="svg/atx-power-led.svg" />
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="ctl-right">
|
<li class="ctl-right-actions">
|
||||||
<div class="ctl-dropdown" tabindex="0">
|
<div class="ctl-dropdown" tabindex="0">
|
||||||
<a class="ctl-item" href="#">
|
<a class="ctl-item" href="#">
|
||||||
<img id="msd-led" class="led-off" src="svg/msd-led.svg" />
|
<img id="msd-led" class="led-off" src="svg/msd-led.svg" />
|
||||||
|
|||||||
Reference in New Issue
Block a user