]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Changed the color and weight of the status text to white and bold.
authorsamhed <samuel@cendio.se>
Fri, 12 Jul 2013 09:47:41 +0000 (11:47 +0200)
committersamhed <samuel@cendio.se>
Fri, 12 Jul 2013 09:47:41 +0000 (11:47 +0200)
include/base.css

index 4281e7b97252932986900c15b2926dec0def09b8..a52e4f3e4bed814c91534297ee8d68475837d30d 100644 (file)
@@ -93,6 +93,8 @@ html {
 #noVNC_status {
   height:32px;
   text-align: center;
+  font-weight: bold;
+  color: #fff;
 }
 #noVNC_settings_menu {
   margin: 3px;