File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
adminhtml/default/default Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ div.autocomplete ul li { padding:.5em .7em; min-height:32px; cursor:pointer; tex
653653.left-col-block { width : 200px ; }
654654
655655/* Floating Content Header */ /* Used to make action buttons always within reach */
656- .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 ; }
656+ .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 ; }
657657.content-header-floating .content-header { padding : 6px 8px 4px 8px ; margin-bottom : 0 ; border : 0 ; }
658658.content-header-floating td { padding-right : 20px ; }
659659.content-header-floating button { margin-top : 3px ; }
Original file line number Diff line number Diff line change @@ -2668,9 +2668,6 @@ input[type=text] {
26682668 /* Prevent from zooming on focus */
26692669 }
26702670}
2671- .ie8 .input-text {
2672- max-width : none;
2673- }
26742671
26752672/* -------------------------------------------- *
26762673 * Inputs - Quantity
Original file line number Diff line number Diff line change @@ -201,10 +201,6 @@ input[type=text] {
201201 }
202202}
203203
204- .ie8 .input-text {
205- max-width : none ;
206- }
207-
208204/* -------------------------------------------- *
209205 * Inputs - Quantity
210206 */
You can’t perform that action at this time.
0 commit comments