Skip to content

Commit ba153db

Browse files
authored
Removed ms-filter from stylesheets (#2733)
1 parent 82e5168 commit ba153db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skin/adminhtml/default/default/boxes.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ button.success:active { background:url(images/btn_gr_on.gif) repeat-x 0 0 #3fa05
471471

472472
button.disabled,
473473
button.disabled:hover,
474-
button.disabled:active { border-color:#777 #505050 #505050 #777; background:#919191 url(images/btn_bg-disabled.gif) 0 0 repeat-x; color:#fff; cursor:default; opacity:.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
474+
button.disabled:active { border-color:#777 #505050 #505050 #777; background:#919191 url(images/btn_bg-disabled.gif) 0 0 repeat-x; color:#fff; cursor:default; opacity:.8; }
475475
button.add.disabled span { background-image:url(images/add_btn_icon-disabled.gif); }
476476

477477
button.loading > span { padding-left:20px; background-image: url(images/btn_loading-icon.gif) !important;}
@@ -547,7 +547,7 @@ td.divider { font-size:1px; line-height:0; }
547547
.scrollContent { position:absolute; left:0; top:0; }
548548

549549
/* Horizontal scroll */
550-
.hor-scroll { width:100%; overflow:auto; padding-bottom:4px; margin-bottom:-4px; } /* IE has personal style, see iestyles.css */
550+
.hor-scroll { width:100%; overflow:auto; padding-bottom:4px; margin-bottom:-4px; }
551551

552552

553553
/**/
@@ -654,7 +654,7 @@ div.autocomplete ul li { padding:.5em .7em; min-height:32px; cursor:pointer; tex
654654
.left-col-block { width:200px; }
655655

656656
/* Floating Content Header */ /* Used to make action buttons always within reach */
657-
.content-header-floating { display:none; position:fixed; left:0; top:0; width:100%; border-bottom:solid 1px #988753; z-index:100; background:#fdfaa4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"/* IE8 */; opacity:.85; }
657+
.content-header-floating { display:none; position:fixed; left:0; top:0; width:100%; border-bottom:solid 1px #988753; z-index:100; background:#fdfaa4; opacity:.85; }
658658
.content-header-floating .content-header { padding:6px 8px 4px 8px; margin-bottom:0; border:0; }
659659
.content-header-floating td { padding-right:20px; }
660660
.content-header-floating button { margin-top:3px; }

0 commit comments

Comments
 (0)