mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
fixed stream-mouse-buttons
This commit is contained in:
parent
0d0fdd9b71
commit
9750833dd9
@ -284,7 +284,7 @@
|
|||||||
<div id="stream-box" class="stream-box-inactive">
|
<div id="stream-box" class="stream-box-inactive">
|
||||||
<img id="stream-image" class="stream-image-inactive" src="../share/png/blank-stream.png" />
|
<img id="stream-image" class="stream-image-inactive" src="../share/png/blank-stream.png" />
|
||||||
</div>
|
</div>
|
||||||
<div id="stream-mouse-buttons">
|
<div id="stream-mouse-buttons" class="buttons-row">
|
||||||
<button data-mouse-button="left" class="row50">Left Click</button>
|
<button data-mouse-button="left" class="row50">Left Click</button>
|
||||||
<button data-mouse-button="right" class="row50">Right Click</button>
|
<button data-mouse-button="right" class="row50">Right Click</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -58,9 +58,6 @@ table#stream-auto-resize-box {
|
|||||||
|
|
||||||
div#stream-mouse-buttons {
|
div#stream-mouse-buttons {
|
||||||
display: none;
|
display: none;
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
font-size: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
|
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
|
||||||
|
|||||||
@ -152,8 +152,14 @@ div.buttons-row {
|
|||||||
width: 16.66%
|
width: 16.66%
|
||||||
}
|
}
|
||||||
.row50:not(:first-child), .row25:not(:first-child), .row16:not(:first-child) {
|
.row50:not(:first-child), .row25:not(:first-child), .row16:not(:first-child) {
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-bottom-left-radius: 0;
|
||||||
border-left: var(--border-control-thin);
|
border-left: var(--border-control-thin);
|
||||||
}
|
}
|
||||||
|
.row50:not(:last-child), .row25:not(:last-child), .row16:not(:last-child) {
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
ul.footer {
|
ul.footer {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user