blob: 368acaa9790a529737afa0add6ce94db6704435c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
|
.i-filterselect {
height: 24px;
background-repeat: no-repeat;
background-image: url(img/left.png); /** sprite-ref: verticals; sprite-margin-bottom: 1px */
padding-left: 2px;
}
.i-app .i-filterselect-input,
.i-window .i-filterselect-input,
.i-popupview-popup .i-filterselect-input {
background: transparent;
background-repeat: repeat-x;
background-image: url(img/center.png); /** sprite-ref: verticals; sprite-alignment: repeat */
border: none;
height: 21px;
}
/* More specific selector to override padding */
.i-app input.i-filterselect-input,
.i-window input.i-filterselect-input,
.i-popupview-popup input.i-filterselect-input {
padding: 3px 0 0 2px;
}
.i-filterselect-prompt .i-filterselect-input {
font-style: normal;
}
.i-filterselect-input:focus {
outline: none;
}
.i-filterselect-focus {
background-image: url(img/left-focus.png); /** sprite-ref: verticals; sprite-margin-bottom: 1px */
}
.i-filterselect-focus .i-filterselect-input {
background-image: url(img/center-focus.png); /** sprite-ref: verticals; sprite-alignment: repeat */
}
.i-filterselect-button {
overflow: hidden;
width: 25px;
height: 24px;
background-image: url(img/right.png); /** sprite-ref: verticals */
cursor: default;
}
.i-filterselect-button:hover {
background-image: url(img/right-hover.png); /** sprite-ref: verticals */
}
.i-filterselect-button:active {
background-image: url(img/right-pressed.png); /** sprite-ref: verticals */
}
.i-filterselect-focus .i-filterselect-button {
background-image: url(img/right-focus.png); /** sprite-ref: verticals */
}
.i-filterselect-focus .i-filterselect-button:hover {
background-image: url(img/right-focus-hover.png); /** sprite-ref: verticals */
}
.i-filterselect-focus .i-filterselect-button:active {
background-image: url(img/right-focus-pressed.png); /** sprite-ref: verticals */
}
.i-disabled .i-filterselect-button:hover,
.i-readonly .i-filterselect-button:hover {
background-image: url(img/right.png); /** sprite-ref: verticals */
}
/* IE6 needs some manual adjustments */
.i-ie6 input.i-filterselect-input {
border-top: 1px solid #a2a3a4;
padding-top: 2px;
}
.i-ie6 .i-filterselect-button {
border-top: 1px solid #a2a3a4;
height: 23px;
cursor: pointer;
}
.i-ie6 .i-filterselect-focus input.i-filterselect-input,
.i-ie6 .i-filterselect-focus .i-filterselect-button {
border-top-color: #5b97d0;
}
.i-filterselect-suggestpopup {
background: #f8f8f9;
border: none;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
}
.i-filterselect-suggestmenu .gwt-MenuItem {
padding: 1px 8px;
height: 16px;
}
.i-filterselect-suggestmenu .gwt-MenuItem .i-icon {
margin-right: 3px;
}
.i-filterselect-suggestmenu .gwt-MenuItem-selected {
background: transparent;
background-repeat: repeat-x;
background-image: url(img/sel-bg.png); /** sprite-ref: verticals; sprite-alignment: repeat */
color: #fff;
text-shadow: #3b5a7a 0 1px 0;
}
/* IE fails to position background images properly inside table elements */
.i-ie .i-filterselect-suggestmenu .gwt-MenuItem-selected {
background: transparent url(img/sel-bg.png) repeat-x;
}
.i-filterselect-nextpage,
.i-filterselect-nextpage-off,
.i-filterselect-prevpage-off,
.i-filterselect-prevpage {
height: 11px;
width: 100%;
background: transparent;
}
.i-filterselect-nextpage:hover {
background-repeat: repeat-x;
background-image: url(img/page-down-hover.png); /** sprite-ref: verticals; sprite-alignment: repeat */
}
.i-filterselect-prevpage:hover {
background-repeat: repeat-x;
background-image: url(img/page-up-hover.png); /** sprite-ref: verticals; sprite-alignment: repeat */
}
.i-filterselect-nextpage:active {
background-repeat: repeat-x;
background-image: url(img/page-down-pressed.png); /** sprite-ref: verticals; sprite-alignment: repeat */
}
.i-filterselect-prevpage:active {
background-repeat: repeat-x;
background-image: url(img/page-up-pressed.png); /** sprite-ref: verticals; sprite-alignment: repeat */
}
.i-filterselect-nextpage-off span,
.i-filterselect-prevpage-off span {
display: none;
}
.i-filterselect-nextpage span,
.i-filterselect-prevpage span {
display: block;
height: 11px;
width: 100%;
overflow: hidden;
text-indent: -99999px;
background-position: center top;
background-repeat: no-repeat;
background-image: url(img/arrow-down.png); /** sprite-ref: verticals; sprite-margin-top: 3px; sprite-margin-bottom: 3px; sprite-alignment: center */
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.i-filterselect-prevpage span {
background-image: url(img/arrow-up.png); /** sprite-ref: verticals; sprite-margin-top: 3px; sprite-margin-bottom: 3px; sprite-alignment: center */
}
.i-filterselect-nextpage:hover span {
background-image: url(img/arrow-down-hover.png); /** sprite-ref: verticals; sprite-margin-top: 3px; sprite-margin-bottom: 3px; sprite-alignment: center */
}
.i-filterselect-prevpage:hover span {
background-image: url(img/arrow-up-hover.png); /** sprite-ref: verticals; sprite-margin-top: 3px; sprite-margin-bottom: 3px; sprite-alignment: center */
}
.i-filterselect-status {
text-shadow: #fff 0 1px 0;
font-size: 11px;
line-height: normal;
width: 100%;
padding: 3px 0;
height: 11px;
overflow: hidden;
background-repeat: repeat-x;
background-image: url(img/status-bg.png); /** sprite-ref: verticals; sprite-alignment: repeat */
-moz-border-radius-bottomleft: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
}
/* IE fails to position background images properly inside table elements */
.i-ie .i-filterselect-suggestmenu .gwt-MenuItem-selected {
background: transparent url(img/sel-bg.png) repeat-x;
}
.i-ie .i-filterselect-nextpage:hover {
background: transparent url(img/page-down-hover.png) repeat-x;
}
.i-ie .i-filterselect-prevpage:hover {
background: transparent url(img/page-up-hover.png) repeat-x;
}
.i-ie .i-filterselect-prevpage span {
background: transparent url(img/arrow-up.png) no-repeat center 3px;
}
.i-ie .i-filterselect-nextpage span {
background: transparent url(img/arrow-down.png) no-repeat center 3px;
}
.i-ie .i-filterselect-prevpage:hover span {
background: transparent url(img/arrow-up-hover.png) no-repeat center 3px;
}
.i-ie .i-filterselect-nextpage:hover span {
background: transparent url(img/arrow-down-hover.png) no-repeat center 3px;
}
.i-ie .i-filterselect-status {
background: transparent url(img/status-bg.png) repeat-x;
}
|