forked from GNUsocial/gnu-social
14 lines
318 B
CSS
14 lines
318 B
CSS
/* IE specific styles */
|
|
|
|
.notice-options input.submit {
|
|
color:#fff;
|
|
}
|
|
#site_nav_local_views a {
|
|
background-color:#ACCCDA;
|
|
}
|
|
#form_notice .form_note + label {
|
|
background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
|
|
}
|
|
#form_notice #notice_data-attach {
|
|
filter: alpha(opacity=0);
|
|
} |