Add horizontal rule after logo in control bar
This differentiates the logo from the buttons in a clear way.
This commit is contained in:
parent
0cb5f2341c
commit
2825529a13
|
@ -535,6 +535,12 @@ html {
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
.noVNC_logo + hr {
|
||||
/* Remove all but top border */
|
||||
border: none;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
:root:not(.noVNC_connected) #noVNC_view_drag_button {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue