Skip to content

Commit 58e4e8b

Browse files
committed
Minimal (non-button) version of selectmenu UI
1 parent c54110b commit 58e4e8b

File tree

3 files changed

+71
-1
lines changed

3 files changed

+71
-1
lines changed

dist/textpattern/jquery-ui.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,6 +1600,40 @@ input.ui-button.ui-icon-notext .ui-icon {
16001600
margin: 0 0.25em 0 -0.25em;
16011601
}
16021602

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+
16031637
/* Slider
16041638
========================================================================== */
16051639
/**

0 commit comments

Comments
 (0)