]> dev.renevier.net Git - syj.git/blobdiff - public/css/generic.css
interface to manage list of created routes
[syj.git] / public / css / generic.css
index 466d059c7e52d178ca3c974255b9c1edc0323f40..dd70f840410aaebec719dfd3a5d43214ddf6fa70 100644 (file)
@@ -1,6 +1,11 @@
 /*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
     and is published under the AGPL license. */
 
+body, html {
+    background-color: white;
+    color: black;
+}
+
 /*
  * generic rules
  */
@@ -56,6 +61,19 @@ label {
     vertical-align: top;
 }
 
+input {
+    /* transitions for highlight effects */
+    -webkit-transition: background-color 0.3s ease-out;
+    -moz-transition: background-color 0.3s ease-out;
+}
+
+@media screen and (-webkit-min-device-pixel-ratio:0) {
+    /* work around webkit bug #42985 */
+    input {
+        background-color: #FEFEFE;
+    }
+}
+
 /*
  * footer
  */