]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/victorian/css/ie.css
Notice form cleanup: removing hardcoded id from counter references; prep for reusable...
[quix0rs-gnu-social.git] / theme / victorian / css / ie.css
1 /* IE specific styles */
2
3 .notice-options input.submit {
4 color:#FFFFFF;
5 }
6 #site_nav_local_views a {
7 background-color:#C8D1D5;
8 }
9 .form_notice .count + label {
10 background:transparent url(../../base/images/icons/icons-01.gif) no-repeat 0 -328px;
11 }
12 .form_notice #notice_data-attach {
13 filter: alpha(opacity=0);
14 }
15 .notice-options form.form_favor input.submit {
16 background-position:0 -460px;
17 }
18 .notice-options form.form_disfavor input.submit {
19 background-position:0 -526px;
20 }