X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fcss%2Fgeneric.css;fp=public%2Fcss%2Fgeneric.css;h=dd70f840410aaebec719dfd3a5d43214ddf6fa70;hb=011d9f73366efb4ce530b8b6da72055025419527;hp=6b166ab9a0043ff9a5c2bf94f6a88a47cf3e3a60;hpb=1de0f433144272946051bb0df886b8c43459beb8;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 */