]> git.proxmox.com Git - mirror_novnc.git/blobdiff - app/styles/base.css
Add headings to panels
[mirror_novnc.git] / app / styles / base.css
index bc5fc280d43c8a03ebcc146509e8af93ca2d73b9..89b8eeaf7b7212644df567993cc7075d247600e2 100644 (file)
@@ -292,6 +292,21 @@ input[type=button]:active, select:active {
   display: block;
 }
 
+.noVNC_panel .noVNC_heading {
+  background-color: rgb(110, 132, 163);
+  border-radius: 5px;
+  padding: 5px;
+  /* Compensate for padding in image */
+  padding-right: 8px;
+  color: white;
+  font-size: 20px;
+  margin-bottom: 10px;
+  white-space: nowrap;
+}
+.noVNC_panel .noVNC_heading img {
+  vertical-align: bottom;
+}
+
 .noVNC_submit {
   float: right;
 }