Skip to content

Commit c0e7122

Browse files
committed
Selectmenu: reorder select CSS statements
1 parent 3309aab commit c0e7122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/base/jquery.ui.selectmenu.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
text-decoration: none;
4545
}
4646
.ui-selectmenu-button select {
47-
left: 0;
47+
cursor: pointer;
4848
opacity: 0.001;
4949
position: absolute;
50+
left: 0;
5051
top: 0;
5152
width: 100%;
5253
height: 100%;
53-
cursor: pointer;
5454
}
5555
.ui-selectmenu-button span.ui-icon {
5656
right: 0.5em;

0 commit comments

Comments
 (0)