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%;
|
||||
z-index: 10;
|
||||
}
|
||||
ul#ctl li.ctl-left {
|
||||
ul#ctl li.ctl-logo {
|
||||
float: left;
|
||||
}
|
||||
ul#ctl li.ctl-right {
|
||||
ul#ctl li.ctl-right-actions {
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
}
|
||||
ul#ctl img {
|
||||
@@ -80,7 +81,6 @@ ul#ctl li a.ctl-item:hover:not(.active) {
|
||||
}
|
||||
div.ctl-dropdown {
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
@@ -175,7 +175,7 @@ div.ctl-dropdown-content-text {
|
||||
}
|
||||
|
||||
div#stream-box {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
border: var(--dark-border);
|
||||
border-radius: 8px;
|
||||
box-sizing: border-box;
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
|
||||
<body>
|
||||
<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">
|
||||
<a class="ctl-item" href="#">
|
||||
<img id="stream-led" class="led-off" src="svg/stream-led.svg" />
|
||||
@@ -36,7 +36,7 @@
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="ctl-right">
|
||||
<li class="ctl-right-actions">
|
||||
<div class="ctl-dropdown" tabindex="0">
|
||||
<a class="ctl-item" href="#">
|
||||
<img id="atx-power-led" class="led-off" src="svg/atx-power-led.svg" />
|
||||
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="ctl-right">
|
||||
<li class="ctl-right-actions">
|
||||
<div class="ctl-dropdown" tabindex="0">
|
||||
<a class="ctl-item" href="#">
|
||||
<img id="msd-led" class="led-off" src="svg/msd-led.svg" />
|
||||
|
||||
Reference in New Issue
Block a user