summaryrefslogtreecommitdiff
path: root/app/styles/input.css
Commit message (Expand)AuthorAgeFilesLines
* Properly center the checkbox checkmarkSamuel Mannehed2023-03-231-4/+4
* Fix positioning of checkbox checkmarkSamuel Mannehed2023-01-021-2/+3
* Get rid of WebKit's button top marginSamuel Mannehed2022-12-231-0/+1
* Get rid of noVNC_touch in favor for @media queriesSamuel Mannehed2022-12-141-21/+23
* Ensure arrow doesn't change on disabled <select>Samuel Mannehed2022-12-141-2/+2
* Get rid of Chrome's blue touch tap highlightSamuel Mannehed2022-12-131-0/+3
* Separate the disabling of :hover for touchSamuel Mannehed2022-12-131-8/+21
* Use the same background gradient on all buttonsSamuel Mannehed2022-12-131-6/+5
* Add FIXME for select:active on FirefoxSamuel Mannehed2022-12-131-0/+2
* Buttons shouldn't react to clicks when disabledSamuel Mannehed2022-12-121-0/+2
* Add section comments to input.cssSamuel Mannehed2022-12-121-0/+33
* Simplify :focus-visible & :disabled selectorsSamuel Mannehed2022-12-121-43/+2
* Share some properties between all input elementsSamuel Mannehed2022-12-121-26/+3
* Combine rules for buttons in input.cssSamuel Mannehed2022-12-121-8/+1
* Change arrow direction of active select buttonSamuel Mannehed2022-12-121-1/+10
* Move workaround for Firefox bug to input.cssSamuel Mannehed2022-12-121-0/+5
* Break out properties for disabled buttonsSamuel Mannehed2022-12-121-24/+41
* Add styling for input[type=file] elementsSamuel Mannehed2022-12-121-1/+19
* Respect standard font settings for buttons as wellSamuel Mannehed2022-12-121-1/+1
* Add styling for radio buttonsSamuel Mannehed2022-12-121-0/+15
* Add small margin to the right of checkboxesSamuel Mannehed2022-12-121-0/+1
* Add small animation for checkboxesSamuel Mannehed2022-12-121-0/+1
* Set checkbox size using px rather than emSamuel Mannehed2022-12-121-2/+2
* Set a white background-color on checkboxesSamuel Mannehed2022-12-121-0/+1
* Set background gradients using background-imageSamuel Mannehed2022-12-121-8/+12
* Unify element's :disabled styles to use opacitySamuel Mannehed2022-12-121-5/+2
* Move <select>:hover to other hover stylesSamuel Mannehed2022-12-121-4/+4
* Reorder selectors alphabetically in input.cssSamuel Mannehed2022-12-121-4/+4
* Use a outline instead of border for focus-visibleSamuel Mannehed2022-12-071-3/+2
* Replace :focus styling with :focus-visibleSamuel Mannehed2022-12-071-23/+23
* Add styling for input[type=range]Samuel Mannehed2022-12-071-1/+40
* Add styling for checkboxesSamuel Mannehed2022-12-071-0/+29
* Include input[type=image] in input.cssSamuel Mannehed2022-12-071-0/+5
* Add "arrow" to <select> elementsSamuel Mannehed2022-11-171-3/+16
* Slightly increase the padding on <select> elementsSamuel Mannehed2022-11-161-0/+4
* Remove unnecessary legacy CSS propertiesSamuel Mannehed2022-10-311-12/+2
* Move <input> and <button> styles to its own fileSamuel Mannehed2022-10-141-0/+149