Use a consistent naming convention for elements

* Element names we use "_" as word-delimiter, not "-"
* Element names use less camel-case
* Element names end with the type
* Element names always start with noVNC_
This commit is contained in:
Samuel Mannehed
2016-05-26 23:15:39 +02:00
parent 682fd02be6
commit 3f2c25a60f
5 changed files with 115 additions and 115 deletions

View File

@@ -58,7 +58,7 @@
color:#fff;
}
#keyboardinput {
#noVNC_keyboardinput {
background-color:#04073d;
}