Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
49:66f5471a19dc
Parent:
47:cf7d4c34158e
Child:
58:e5ab14ef6ea6
diff -r 4e678727c4c9 -r 66f5471a19dc css/http-base-css.inc
--- a/css/http-base-css.inc	Thu Feb 28 13:13:05 2019 +0000
+++ b/css/http-base-css.inc	Thu Feb 28 14:45:37 2019 +0000
@@ -10,8 +10,11 @@
 "form                     { line-height:1.2em; margin:0; }\r\n"
 "code                     { font-family:'Courier New', Courier, monospace; white-space:pre; }\r\n"
 "textarea                 { font-family:'Courier New', Courier, monospace; white-space:pre; }\r\n"
+"button                   { border-radius:0.5em; border:0; box-shadow:none; margin-top:0.3em; }\r\n"
+"button:hover             { color:red; }\r\n"
 "input[type=submit]       { border-radius:0.5em; border:0; box-shadow:none; margin-top:0.3em; }\r\n"
-"input[type=text]         { border:thin none gray; margin:0; padding:0; color:darkblue; text-align:right;}\r\n"
+"input[type=submit]:hover { color:red; }\r\n"
+"input[type=text]         { border:thin none gray; margin:0; padding:0; color:darkblue; text-align:right; }\r\n"
 "\r\n"
 ".toggle                  { display:inline-block; position:relative; cursor:pointer; width: 1.2em;  height: 0.6em; }\r\n"
 ".slot                    { display:block;        position:absolute; top:0.1em; left:0.1em; bottom:0.1em; right:0.1em; background-color:lightgray; border-radius:0.6em; transition:background 0.4s; }\r\n"