improvements
This commit is contained in:
parent
3e66a541e3
commit
06652ab3aa
5
front/dist/resources/style/style.css
vendored
5
front/dist/resources/style/style.css
vendored
@ -46,6 +46,7 @@ body .message-info.warning {
|
|||||||
position: relative;
|
position: relative;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
|
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-container i {
|
.video-container i {
|
||||||
@ -205,7 +206,7 @@ video#myCamVideo {
|
|||||||
.btn-micro {
|
.btn-micro {
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
transition: all .3s;
|
transition: all .3s;
|
||||||
right: 44px;
|
right: 224px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-video {
|
.btn-video {
|
||||||
@ -217,7 +218,7 @@ video#myCamVideo {
|
|||||||
.btn-monitor {
|
.btn-monitor {
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
transition: all .2s;
|
transition: all .2s;
|
||||||
right: 224px;
|
right: 44px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-copy {
|
.btn-copy {
|
||||||
|
Loading…
Reference in New Issue
Block a user