[buddypress-trac] [BuddyPress] #4951: Ajax spinner not appearing in buttons / tabs
buddypress-trac
noreply at wordpress.org
Sat Jun 15 10:15:18 UTC 2013
#4951: Ajax spinner not appearing in buttons / tabs
--------------------------------------+-----------------------------
Reporter: henrywright | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: UX/UI | Version: 1.7
Severity: normal | Resolution:
Keywords: dev-feedback needs-patch |
--------------------------------------+-----------------------------
Comment (by henrywright):
Opacity does seem to be supported in all browsers:
{{{
/* IE 5-7 */
filter: alpha(opacity=50);
/* IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
/* Netscape */
-moz-opacity: 0.5;
/* Safari 1.x */
-khtml-opacity: 0.5;
/* Good browsers */
opacity: 0.5;
}}}
Source: css-tricks.com
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4951#comment:14>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list