@@ -265,6 +265,7 @@ a.ui-state-default:focus {
265265 */
266266.ui-draggable-dragging {
267267 z-index : 1000 ;
268+ opacity : 0.66 ;
268269 box-shadow : 0 0 0.5em rgba (0 , 0 , 0 , 0.2 );
269270}
270271
@@ -577,7 +578,6 @@ a.ui-state-default:focus {
577578 /* 4 */
578579 cursor : pointer;
579580 -webkit-user-select : none;
580- -moz-user-select : none;
581581 -ms-user-select : none;
582582 user-select : none;
583583}
@@ -1573,7 +1573,6 @@ input.ui-button.ui-icon-notext .ui-icon {
15731573 font-family : inherit;
15741574 cursor : pointer;
15751575 -webkit-user-select : auto;
1576- -moz-user-select : auto;
15771576 -ms-user-select : auto;
15781577 user-select : auto;
15791578}
@@ -1946,7 +1945,8 @@ button:not(.ui-button):focus .ui-icon {
19461945 * Default state icons.
19471946 */
19481947.ui-state-default .ui-icon {
1949- filter : brightness (1.6666667 );
1948+ -webkit-filter : brightness (1.6666667 );
1949+ filter : brightness (1.6666667 );
19501950}
19511951
19521952/**
@@ -1961,7 +1961,8 @@ button:not(.ui-button):focus .ui-icon {
19611961 */
19621962.success .ui-icon ,
19631963.success .ui-icon {
1964- filter : brightness (2 ) sepia (1 ) hue-rotate (82deg ) saturate (250% ) brightness (90% );
1964+ -webkit-filter : brightness (2 ) sepia (1 ) hue-rotate (82deg ) saturate (250% ) brightness (90% );
1965+ filter : brightness (2 ) sepia (1 ) hue-rotate (82deg ) saturate (250% ) brightness (90% );
19651966}
19661967
19671968/**
@@ -1977,7 +1978,8 @@ button:not(.ui-button):focus .ui-icon {
19771978.ui-state-highlight .ui-icon ,
19781979.warning .ui-icon ,
19791980.warning .ui-icon {
1980- filter : brightness (2 ) sepia (1 ) hue-rotate (4deg ) saturate (500% ) brightness (112% );
1981+ -webkit-filter : brightness (2 ) sepia (1 ) hue-rotate (4deg ) saturate (500% ) brightness (112% );
1982+ filter : brightness (2 ) sepia (1 ) hue-rotate (4deg ) saturate (500% ) brightness (112% );
19811983}
19821984
19831985/**
@@ -1996,7 +1998,8 @@ button:not(.ui-button):focus .ui-icon {
19961998.error .ui-icon ,
19971999.destroy .ui-icon ,
19982000.destroy .ui-icon {
1999- filter : brightness (2 ) sepia (1 ) hue-rotate (-62deg ) saturate (750% ) brightness (65% );
2001+ -webkit-filter : brightness (2 ) sepia (1 ) hue-rotate (-62deg ) saturate (750% ) brightness (65% );
2002+ filter : brightness (2 ) sepia (1 ) hue-rotate (-62deg ) saturate (750% ) brightness (65% );
20002003}
20012004
20022005/**
@@ -2011,15 +2014,17 @@ button:not(.ui-button):focus .ui-icon {
20112014 */
20122015.information .ui-icon ,
20132016.information .ui-icon {
2014- filter : brightness (2 ) sepia (1 ) hue-rotate (150deg ) saturate (600% ) brightness (80% );
2017+ -webkit-filter : brightness (2 ) sepia (1 ) hue-rotate (150deg ) saturate (600% ) brightness (80% );
2018+ filter : brightness (2 ) sepia (1 ) hue-rotate (150deg ) saturate (600% ) brightness (80% );
20152019}
20162020
20172021/**
20182022 * 'White out' (inversed) icons.
20192023 */
20202024.ui-icon-inversed ,
20212025# messagepane .ui-icon {
2022- filter : brightness (5 );
2026+ -webkit-filter : brightness (5 );
2027+ filter : brightness (5 );
20232028}
20242029
20252030/**
@@ -2035,7 +2040,8 @@ input[type=button] .ui-icon,
20352040.ui-state-hover .ui-icon .ui-icon ,
20362041.ui-state-focus .ui-icon .ui-icon ,
20372042.ui-state-active .ui-icon .ui-icon {
2038- filter : none !important ;
2043+ -webkit-filter : none !important ;
2044+ filter : none !important ;
20392045}
20402046
20412047/* Icon set.
0 commit comments