mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-30 01:21:54 +08:00
pretty cursor for stream
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
.stream-box {
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
background-color: #e5e5f5;
|
||||
padding: 1em;
|
||||
text-align: left;
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
background-color: #e5e5f5;
|
||||
padding: 1em;
|
||||
text-align: left;
|
||||
}
|
||||
.stream-box .stream-image {
|
||||
width: 640px;
|
||||
height: 480px;
|
||||
border: 1px solid grey;
|
||||
display: inline-block;
|
||||
width: 640px;
|
||||
height: 480px;
|
||||
border: 1px solid grey;
|
||||
display: inline-block;
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
.session-opened {
|
||||
|
||||
Reference in New Issue
Block a user