Changed the color and weight of the status text to white and bold.
This commit is contained in:
parent
9e97231acf
commit
7ab02c7fc7
|
@ -93,6 +93,8 @@ html {
|
||||||
#noVNC_status {
|
#noVNC_status {
|
||||||
height:32px;
|
height:32px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
#noVNC_settings_menu {
|
#noVNC_settings_menu {
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
|
|
Loading…
Reference in New Issue