Skip to content

Commit e9226d2

Browse files
committed
IE8 styles
1 parent 0c95f1c commit e9226d2

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

skin/adminhtml/default/default/boxes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; }

skin/frontend/rwd/default/css/styles.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

skin/frontend/rwd/default/scss/core/_form.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)