ソースを参照

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;