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