]> git.proxmox.com Git - mirror_novnc.git/blobdiff - app/styles/base.css
Merge pull request #725 from CendioOssman/rightbar
[mirror_novnc.git] / app / styles / base.css
index deb7121516c118a9ac15d23ce490daf281fca998..f4ee929dfbbcada668932d5c474bd992413bab96 100644 (file)
@@ -205,10 +205,27 @@ input[type=button]:active, select:active {
   visibility: visible;
   opacity: 1;
 }
+
 #noVNC_fallback_errormsg {
   font-weight: normal;
 }
 
+#noVNC_fallback_error .noVNC_location {
+  font-style: italic;
+  font-size: 0.8em;
+  color: rgba(255, 255, 255, 0.8);
+}
+
+#noVNC_fallback_error .noVNC_stack {
+  padding: 10px;
+  margin: 10px;
+  font-size: 0.8em;
+  text-align: left;
+  white-space: pre;
+  border: 1px solid rgba(0, 0, 0, 0.5);
+  background: rgba(0, 0, 0, 0.2);
+}
+
 /* ----------------------------------------
  * Control Bar
  * ----------------------------------------