@@ -316,17 +316,17 @@ label:active {
316316}
317317
318318.submenu-button-select {
319- width : 28 px ;
319+ width : 24 px ;
320320 height : 28px ;
321321 cursor : pointer;
322322 color : # 555 ;
323323 background-color : # fafafa ;
324324 border : 1px solid # ccc ;
325- border-radius : 3px 3px 3px 3px ;
326- padding : 0 ;
325+ border-radius : 0px 3px 3px 0px ;
327326 font-size : 9pt ;
328327 font-weight : bold;
329328 font-family : Arial, Helvetica, sans-serif;
329+ position : absolute;
330330}
331331
332332.submenu-button-search {
@@ -426,35 +426,61 @@ label:active {
426426 background-color : # 777 ;
427427}
428428
429- .submenu-select-dropdown {
430- font-family : Arial, Helvetica, sans-serif;
431- font-size : 9pt ;
432- color : # 333 ;
433- display : block;
429+ .submenu-select-wrapper {
434430 float : left;
435- height : 28px ;
436- margin : 0 4px 0 0 ;
437- min-width : 138px ;
438- background-color : # fff ;
439- border : 1px solid # ccc ;
440- border-radius : 3px 3px 3px 3px ;
441- padding : 0px 0px 2px 4px ;
431+ border-top : 1px solid # ccc ;
432+ border-bottom : 1px solid # ccc ;
433+ border-left : 1px solid # ccc ;
434+ background : # fafafa url ("/images/arrow.png" ) no-repeat right 3px center;
435+ cursor : pointer;
436+ color : # 777 ;
437+ font-size : 9pt ;
438+ border-radius : 3px 0px 0px 3px ;
439+ padding : 0 11px 0 0 ;
442440}
443441
442+ .submenu-select-wrapper , .submenu-select-wrapper select {
443+ min-width : 107px ;
444+ height : 26px ;
445+ line-height : 26px ;
446+ }
444447
445- .submenu-select-dropdown : hover {
446- border : 1px solid # 909090 ;
448+ .submenu-select-wrapper : hover {
449+ background-color : # fff ;
450+ border-color : # 909090 ;
451+ color : # 555 ;
447452}
448453
449- .submenu-select-dropdown : focus {
450- border : 1 px solid # f79b44 ;
454+ .submenu-select-wrapper select : focus {
455+ border-color : # f79b44 ;
451456 background-color : # fffcd2 ;
452457 color : # 333 ;
453458}
454459
460+ .submenu-select-wrapper option {
461+ padding : 5px ;
462+ }
455463
456- .submenu-select-dropdown option {
457- padding : 5px 5px 5px 8px ;
464+ .submenu-select-wrapper .holder {
465+ display : block;
466+ margin : 0 5px 0 5px ;
467+ white-space : nowrap;
468+ overflow : hidden;
469+ cursor : pointer;
470+ }
471+
472+ .submenu-select-wrapper select {
473+ margin : 0 ;
474+ position : absolute;
475+ cursor : pointer;
476+ outline : none;
477+ opacity : 0 ;
478+ /* CSS hacks for older browsers */
479+ _noFocusLine : expression (this.hideFocus=true);
480+ -ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" ;
481+ filter : alpha (opacity=0);
482+ -khtml-opacity : 0 ;
483+ -moz-opacity : 0 ;
458484}
459485
460486.submenu-search-block {
@@ -1249,3 +1275,4 @@ label:active {
12491275 color : # 555 ;
12501276 padding : 2px 0 1px 2px ;
12511277}
1278+
0 commit comments