From: Matteo Nastasi (mop) Date: Sat, 17 Dec 2011 15:42:58 +0000 (+0100) Subject: IE6 not understand grey color, change all to gray X-Git-Tag: pre-sac~7 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=5d823712fb300643950dba20667fb9a277145ab9;p=brisk.git IE6 not understand grey color, change all to gray --- diff --git a/web/brisk.css b/web/brisk.css index 812f948..6931a28 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -46,7 +46,7 @@ img { position: absolute; border-style: solid; border-width: 1px; - border-color: grey; + border-color: gray; } img.unbo { diff --git a/web/briskin5/briskin5.css b/web/briskin5/briskin5.css index 1e6fafe..84da817 100644 --- a/web/briskin5/briskin5.css +++ b/web/briskin5/briskin5.css @@ -40,7 +40,7 @@ body { .chattshort { height: 70px; overflow: auto; - border: 1px solid grey; + border: 1px solid gray; vertical-align: text-bottom; text-align: left; /* font-size: 10pt;*/ @@ -83,7 +83,7 @@ img.card { position: absolute; border-style: solid; border-width: 1px; - border-color: grey; + border-color: gray; visibility: hidden; } @@ -98,7 +98,7 @@ img.cover { position: absolute; border-style: solid; border-width: 1px; - border-color: lightgrey; + border-color: lightgray; visibility: hidden; } @@ -260,7 +260,7 @@ div.table_commands { .pubinfo { /* background-color: red; */ - color: grey; + color: gray; visibility: visible; position: absolute; top: 475px; @@ -271,7 +271,7 @@ div.table_commands { .pubinfo_iscalling { /* background-color: red; */ - color: grey; + color: gray; visibility: visible; position: absolute; top: 475px; @@ -305,7 +305,7 @@ div.table_commands { } .pubinfo_we { - color: grey; + color: gray; visibility: visible; position: absolute; top: 250px; @@ -315,7 +315,7 @@ div.table_commands { } .pubinfo_we_iscalling { - color: grey; + color: gray; visibility: visible; position: absolute; top: 250px; @@ -341,7 +341,7 @@ div.table_commands { .pubinfo_nw { /* background-color: red; */ - color: grey; + color: gray; visibility: visible; position: absolute; top: 125px; @@ -352,7 +352,7 @@ div.table_commands { .pubinfo_nw_iscalling { /* background-color: red; */ - color: grey; + color: gray; visibility: visible; position: absolute; top: 125px; @@ -378,7 +378,7 @@ div.table_commands { .pubinfo_ne { /* background-color: red; */ - color: grey; + color: gray; visibility: visible; position: absolute; top: 125px; @@ -389,7 +389,7 @@ div.table_commands { .pubinfo_ne_iscalling { /* background-color: red; */ - color: grey; + color: gray; visibility: visible; position: absolute; top: 125px; @@ -415,7 +415,7 @@ div.table_commands { .pubinfo_ea { /* background-color: red; */ - color: grey; + color: gray; visibility: visible; position: absolute; top: 250px; @@ -426,7 +426,7 @@ div.table_commands { .pubinfo_ea_iscalling { /* background-color: red; */ - color: grey; + color: gray; visibility: visible; position: absolute; top: 250px; diff --git a/web/dnd.css b/web/dnd.css index c826330..b0053cf 100644 --- a/web/dnd.css +++ b/web/dnd.css @@ -31,14 +31,14 @@ body { position: absolute; border-style: solid; border-width: 1px; - border-color: grey; + border-color: gray; } */ img.card { position: absolute; border-style: solid; border-width: 1px; - border-color: grey; + border-color: gray; visibility: hidden; left: 100; top: 200; @@ -48,7 +48,7 @@ img.cover { position: absolute; border-style: solid; border-width: 1px; - border-color: lightgrey; + border-color: lightgray; visibility: hidden; }