Updated css for webcam-ng

Tue, 09 Aug 2022 14:53:57 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 09 Aug 2022 14:53:57 +0200
changeset 624
e96e9c491fde
parent 623
028f7a40d213
child 625
c36b8a80caee

Updated css for webcam-ng

www-thermferm/css/webcam-ng.css file | annotate | diff | comparison | revisions
--- a/www-thermferm/css/webcam-ng.css	Tue Aug 09 13:53:52 2022 +0200
+++ b/www-thermferm/css/webcam-ng.css	Tue Aug 09 14:53:57 2022 +0200
@@ -4,26 +4,25 @@
 
 
 body {
-    background: #ccc;
+    background: #252526;
     font-family: Verdana, Arial, sans-serif;
     margin: 0px;
 }
 
-
+/*
 #jqxWidget {
     width: 770px;
     height: 580px;
     float: left;
 }
-
+*/
 
 #content {
     width: 768px;
     height: 578px;
-    border: 2px solid #4297d7;
     background: #252526;
     float: left;
-    color: #eeeeee;
+    color: #252526;
 }
 
 

mercurial