summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-11-14 17:04:43 +0100
committerSamuel Mannehed <samuel@cendio.se>2022-11-14 17:08:54 +0100
commit2825529a13d38d5c15eaaddc7ea93275f992a7ca (patch)
tree8516ff8b4dab6d01b74bc3c7b7a079215c75e306 /app
parent0cb5f2341c69ef91020d1d2f397d28fe14d73335 (diff)
downloadnovnc-2825529a13d38d5c15eaaddc7ea93275f992a7ca.tar.gz
Add horizontal rule after logo in control bar
This differentiates the logo from the buttons in a clear way.
Diffstat (limited to 'app')
-rw-r--r--app/styles/base.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/styles/base.css b/app/styles/base.css
index 2d836cd..c2ba5e0 100644
--- a/app/styles/base.css
+++ b/app/styles/base.css
@@ -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;
}