diff options
Diffstat (limited to 'webclients/novnc/include/black.css')
-rw-r--r-- | webclients/novnc/include/black.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webclients/novnc/include/black.css b/webclients/novnc/include/black.css index 8f80f66..e958ee3 100644 --- a/webclients/novnc/include/black.css +++ b/webclients/novnc/include/black.css @@ -1,3 +1,10 @@ +/* + * noVNC base CSS + * Copyright (C) 2012 Joel Martin + * noVNC is licensed under the LGPL-3 (see LICENSE.txt) + * This file is licensed under the 2-Clause BSD license (see LICENSE.txt). + */ + #keyboardinput { background-color:#000; } |