File tree 3 files changed +71
-1
lines changed 3 files changed +71
-1
lines changed Original file line number Diff line number Diff line change @@ -1600,6 +1600,40 @@ input.ui-button.ui-icon-notext .ui-icon {
1600
1600
margin : 0 0.25em 0 -0.25em ;
1601
1601
}
1602
1602
1603
+ /**
1604
+ * Selectmenu plain buttons.
1605
+ */
1606
+ .no-ui-button .ui-selectmenu-button {
1607
+ height : auto;
1608
+ margin : 0 ;
1609
+ padding : 0 ;
1610
+ border : 0 ;
1611
+ background : transparent;
1612
+ color : # 004cbf ;
1613
+ font-family : Helvetica, Arial, sans-serif;
1614
+ cursor : hand;
1615
+ -webkit-user-select : auto;
1616
+ -moz-user-select : auto;
1617
+ -ms-user-select : auto;
1618
+ user-select : auto;
1619
+ }
1620
+
1621
+ .no-ui-button .ui-selectmenu-button : hover , .no-ui-button .ui-selectmenu-button : active {
1622
+ background : transparent;
1623
+ color : # 0066ff ;
1624
+ text-decoration : underline;
1625
+ -webkit-box-shadow : none;
1626
+ box-shadow : none;
1627
+ }
1628
+
1629
+ .no-ui-button .ui-selectmenu-button : focus {
1630
+ outline : thin solid # 0066ff ;
1631
+ }
1632
+
1633
+ .no-ui-button .ui-selectmenu-icon {
1634
+ margin : 0 ;
1635
+ }
1636
+
1603
1637
/* Slider
1604
1638
========================================================================== */
1605
1639
/**
You can’t perform that action at this time.
0 commit comments