Skip to content

Commit 310cd56

Browse files
committed
remove css filter:progid
1 parent 5c46e3b commit 310cd56

File tree

9 files changed

+129
-674
lines changed

9 files changed

+129
-674
lines changed

js/prototype/windows/themes/darkX.css

Lines changed: 14 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,52 +6,52 @@
66
}
77

88
.darkX_nw {
9-
background: transparent url(darkX/titlebar-left-focused.png) no-repeat 0 0;
9+
background: transparent url(darkX/titlebar-left-focused.png) no-repeat 0 0;
1010
width:6px;
1111
height:21px;
1212
}
1313
.darkX_n {
14-
background: transparent url(darkX/titlebar-mid-focused.png) repeat-x 0 0;
14+
background: transparent url(darkX/titlebar-mid-focused.png) repeat-x 0 0;
1515
height:21px;
1616
}
1717
.darkX_ne {
18-
background: transparent url(darkX/titlebar-right-focused.png) no-repeat 0 0;
19-
width:6px;
18+
background: transparent url(darkX/titlebar-right-focused.png) no-repeat 0 0;
19+
width:6px;
2020
height:21px;
2121
}
2222
.darkX_w {
23-
background: transparent url(darkX/frame-left-focused.png) repeat-y top left;
23+
background: transparent url(darkX/frame-left-focused.png) repeat-y top left;
2424
width:3px;
2525
}
2626

2727
.darkX_e {
28-
background: transparent url(darkX/frame-right-focused.png) repeat-y top right;
29-
width:3px;
28+
background: transparent url(darkX/frame-right-focused.png) repeat-y top right;
29+
width:3px;
3030
}
3131

3232
.darkX_sw {
33-
background: transparent url(darkX/frame-bottom-left-focused.png) no-repeat 0 0;
33+
background: transparent url(darkX/frame-bottom-left-focused.png) no-repeat 0 0;
3434
width:5px;
3535
height:3px;
3636
}
3737
.darkX_s {
38-
background: transparent url(darkX/frame-bottom-mid-focused.png) repeat-x 0 0;
38+
background: transparent url(darkX/frame-bottom-mid-focused.png) repeat-x 0 0;
3939
height:3px;
4040
}
4141
.darkX_se, .darkX_sizer {
42-
background: transparent url(darkX/frame-bottom-right-focused.png) no-repeat 0 0;
42+
background: transparent url(darkX/frame-bottom-right-focused.png) no-repeat 0 0;
4343
width:5px;
4444
height:3px;
4545
}
4646

4747
.darkX_sizer {
48-
cursor:se-resize;
48+
cursor:se-resize;
4949
}
5050

5151
.darkX_close {
5252
width: 21px;
5353
height: 21px;
54-
background: transparent url(darkX/button-close-focused.png) no-repeat 0 0;
54+
background: transparent url(darkX/button-close-focused.png) no-repeat 0 0;
5555
position:absolute;
5656
top:0px;
5757
right:5px;
@@ -62,7 +62,7 @@
6262
.darkX_minimize {
6363
width: 21px;
6464
height: 21px;
65-
background: transparent url(darkX/button-minimize-focused.png) no-repeat 0 0;
65+
background: transparent url(darkX/button-minimize-focused.png) no-repeat 0 0;
6666
position:absolute;
6767
top:0px;
6868
right:26px;
@@ -73,7 +73,7 @@
7373
.darkX_maximize {
7474
width: 21px;
7575
height: 21px;
76-
background: transparent url(darkX/button-maximize-focused.png) no-repeat 0 0;
76+
background: transparent url(darkX/button-maximize-focused.png) no-repeat 0 0;
7777
position:absolute;
7878
top:0px;
7979
right:47px;
@@ -99,23 +99,3 @@
9999
font-size: 14px;
100100
background:#5E5148;
101101
}
102-
103-
104-
/* FOR IE */
105-
* html .darkX_minimize {
106-
background-color: transparent;
107-
background-image: none;
108-
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-minimize-focused.png", sizingMethod="crop");
109-
}
110-
111-
* html .darkX_maximize {
112-
background-color: transparent;
113-
background-image: none;
114-
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-maximize-focused.png", sizingMethod="scale");
115-
}
116-
117-
* html .darkX_close {
118-
background-color: transparent;
119-
background-image: none;
120-
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-close-focused.png", sizingMethod="crop");
121-
}

0 commit comments

Comments
 (0)