X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fdefault%2Fcss%2Fie.css;h=2283471661ddbb5fc98f6e86bb5570686bb655e6;hb=5d1295f233327d0a7f8dfdc2557ecaa923006a64;hp=2b06768ea4687c35baf04dd3b8e7b086f0dfe7a7;hpb=adcbb483623f10fa7ed76cc85c6c20e3647fa9f3;p=quix0rs-gnu-social.git diff --git a/theme/default/css/ie.css b/theme/default/css/ie.css index 2b06768ea4..2283471661 100644 --- a/theme/default/css/ie.css +++ b/theme/default/css/ie.css @@ -1,9 +1,20 @@ /* IE specific styles */ .notice-options input.submit { -color:#fff; +color:#FFFFFF; } - #site_nav_local_views a { -background-color:#ACCCDA; +background-color:#C8D1D5; +} +.form_notice .form_note + label { +background:transparent url(../../base/images/icons/icons-01.gif) no-repeat 0 -328px; +} +.form_notice #notice_data-attach { +filter: alpha(opacity=0); +} +.notice-options form.form_favor input.submit { +background-position:0 -460px; +} +.notice-options form.form_disfavor input.submit { +background-position:0 -526px; }