|
6 | 6 | } |
7 | 7 |
|
8 | 8 | .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; |
10 | 10 | width:6px; |
11 | 11 | height:21px; |
12 | 12 | } |
13 | 13 | .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; |
15 | 15 | height:21px; |
16 | 16 | } |
17 | 17 | .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; |
20 | 20 | height:21px; |
21 | 21 | } |
22 | 22 | .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; |
24 | 24 | width:3px; |
25 | 25 | } |
26 | 26 |
|
27 | 27 | .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; |
30 | 30 | } |
31 | 31 |
|
32 | 32 | .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; |
34 | 34 | width:5px; |
35 | 35 | height:3px; |
36 | 36 | } |
37 | 37 | .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; |
39 | 39 | height:3px; |
40 | 40 | } |
41 | 41 | .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; |
43 | 43 | width:5px; |
44 | 44 | height:3px; |
45 | 45 | } |
46 | 46 |
|
47 | 47 | .darkX_sizer { |
48 | | - cursor:se-resize; |
| 48 | + cursor:se-resize; |
49 | 49 | } |
50 | 50 |
|
51 | 51 | .darkX_close { |
52 | 52 | width: 21px; |
53 | 53 | 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; |
55 | 55 | position:absolute; |
56 | 56 | top:0px; |
57 | 57 | right:5px; |
|
62 | 62 | .darkX_minimize { |
63 | 63 | width: 21px; |
64 | 64 | 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; |
66 | 66 | position:absolute; |
67 | 67 | top:0px; |
68 | 68 | right:26px; |
|
73 | 73 | .darkX_maximize { |
74 | 74 | width: 21px; |
75 | 75 | 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; |
77 | 77 | position:absolute; |
78 | 78 | top:0px; |
79 | 79 | right:47px; |
|
99 | 99 | font-size: 14px; |
100 | 100 | background:#5E5148; |
101 | 101 | } |
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