close button style
This commit is contained in:
parent
8b6e9faf30
commit
c899e20555
|
|
@ -472,6 +472,7 @@ select:active {
|
||||||
|
|
||||||
/* Panels */
|
/* Panels */
|
||||||
.noVNC_panel {
|
.noVNC_panel {
|
||||||
|
position: relative;
|
||||||
transform: translateX(25px);
|
transform: translateX(25px);
|
||||||
|
|
||||||
transition: 0.5s ease-in-out;
|
transition: 0.5s ease-in-out;
|
||||||
|
|
@ -616,6 +617,10 @@ select:active {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.noVNC_close {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
/* Settings */
|
/* Settings */
|
||||||
#noVNC_settings {
|
#noVNC_settings {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue