X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fidentica%2Fcss%2Fie.css;h=f69c13ae76f01ad4ff13d648575d0dc26914648c;hb=00fa7d4b0b2078f3e85693e98c6b284664cc9767;hp=69db16aad080bb1a0dc37386e1f184a6ec68c32b;hpb=c0f3204a10beaa4243eae1bc2862da7e0cfff10a;p=quix0rs-gnu-social.git diff --git a/theme/identica/css/ie.css b/theme/identica/css/ie.css index 69db16aad0..f69c13ae76 100644 --- a/theme/identica/css/ie.css +++ b/theme/identica/css/ie.css @@ -1,14 +1,20 @@ /* IE specific styles */ .notice-options input.submit { -color:#fff; +color:#FFFFFF; } #site_nav_local_views a { -background-color:#D0DFE7; +background-color:#D9DADB; } -#form_notice .form_note + label { -background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%; +.form_notice .form_note + label { +background:transparent url(../../base/images/icons/icons-01.gif) no-repeat 0 -328px; } -#form_notice #notice_data-attach { +.form_notice #notice_data-attach { filter: alpha(opacity=0); -} \ No newline at end of file +} +.notice-options form.form_favor input.submit { +background-position:0 -460px; +} +.notice-options form.form_disfavor input.submit { +background-position:0 -526px; +}