aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/selectmenu.css
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Change a few most common domains from HTTP to HTTPSMichał Gołębiowski-Owczarek2024-04-261-3/+3
| | | | | Also, update a few stale URLs to what they redirect now to. Closes gh-2244
* All: Update JS Foundation mentions to OpenJS FoundationMichał Gołębiowski-Owczarek2022-07-191-1/+1
| | | Closes gh-2104
* Selectmenu: Prepend icon and move overflow to text spanAlexander Schmitz2016-03-301-2/+6
| | | | | Fixes #14938 Closes gh-1685
* Selectmenu: Fixed selectmenu icon float rightAlexander Schmitz2016-02-241-0/+4
| | | | | | | Also removes the icon space as its not needed with a floated icon Fixes #14914 Closes gh-1671
* Selectmenu: update to use button cssAlexander Schmitz2015-10-071-19/+2
| | | | This ensures consistency between different form elements
* Selectmenu: Support `width: false` and default to 14emScott González2015-03-051-0/+1
| | | | | | | | | | `width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Selectmenu: Restore hidden overflow on menu itemsScott González2014-11-031-0/+1
|
* All: Drop support for IE7Scott González2014-10-211-2/+0
| | | | | Fixes #9838 Closes gh-1365
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+59
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029