浏览代码

Changed the color and weight of the status text to white and bold.

samhed 12 年之前
父节点
当前提交
7ab02c7fc7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/base.css

+ 2 - 0
include/base.css

@@ -93,6 +93,8 @@ html {
 #noVNC_status {
   height:32px;
   text-align: center;
+  font-weight: bold;
+  color: #fff;
 }
 #noVNC_settings_menu {
   margin: 3px;