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

This commit is contained in:
samhed 2013-07-12 11:47:41 +02:00
parent 9e97231acf
commit 7ab02c7fc7
1 changed files with 2 additions and 0 deletions

View File

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