]> dev.renevier.net Git - syj.git/blobdiff - public/css/generic.css
hover menu color less dark
[syj.git] / public / css / generic.css
index 2a8748ed1cf41b214f199501cd6265297a27ce6a..40d156ff7f94f59e7404da5adb9f2247d57f4b59 100644 (file)
@@ -105,7 +105,7 @@ input {
     margin: 10px 10px 20px 20px;
 }
 .other-language-anchor:hover {
-    background-color: #BBBBFF;
+    background-color: #E0E0FF;
 }
 .other-language-anchor {
     text-decoration: none;
@@ -115,3 +115,9 @@ input {
     padding-bottom: 3px;
     border: #1E90FF 1px solid;
 }
+
+@media print {
+    #footer, #other-language {
+        display: none;
+    }
+}