X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Fgeneric.css;h=dd70f840410aaebec719dfd3a5d43214ddf6fa70;hb=1d1b5940442782d78f796d8608e63328e2e8783b;hp=6b166ab9a0043ff9a5c2bf94f6a88a47cf3e3a60;hpb=9efd079d59d269811abc4c551b2f39ab2e6a05fb;p=syj.git diff --git a/public/css/generic.css b/public/css/generic.css index 6b166ab..dd70f84 100644 --- a/public/css/generic.css +++ b/public/css/generic.css @@ -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 */ @@ -62,6 +67,13 @@ input { -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 */