Revision dec1cfb9
Von Cem Aydin vor etwa 4 Jahren hinzugefügt
css/less/control_panels.less | ||
---|---|---|
144 | 144 |
margin: 0.8em 0 1.0em 0 ; |
145 | 145 |
} |
146 | 146 |
|
147 |
// selects with text filters |
|
148 |
div.filtered_select input, div.filtered_select select { |
|
149 |
display: block; |
|
150 |
} |
|
147 | 151 |
|
152 |
div.filtered_select input { |
|
153 |
background-image: url(../../image/glass14x14.png); |
|
154 |
background-repeat: no-repeat; |
|
155 |
background-position: 2px 2px; |
|
156 |
border-radius: 0px; |
|
157 |
border: solid #a0a0a0 1px; |
|
158 |
border-bottom: none; |
|
159 |
padding: 0px; |
|
160 |
padding-left: 20px; |
|
161 |
margin: 0; |
|
162 |
width: 500px; |
|
163 |
} |
|
148 | 164 |
|
165 |
div.filtered_select select { |
|
166 |
width: 522px; |
|
167 |
} |
|
149 | 168 |
|
150 | 169 |
|
151 | 170 |
|
Auch abrufbar als: Unified diff
Neues Design: CSS für die Select Filter übernommen
CSS aus commit: "L/P.select_tag: Unterstützung für Text-Filter"
737a6fd7365f560a5435008f6445416794764b20