summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Ensure arrow doesn't change on disabled <select>Samuel Mannehed2022-12-141-2/+2
| * Make connect button a regular <button>Samuel Mannehed2022-12-143-18/+16
| * Add comment explaining the handle touch areaSamuel Mannehed2022-12-141-0/+1
| * Get rid of Chrome's blue touch tap highlightSamuel Mannehed2022-12-131-0/+3
| * Separate the disabling of :hover for touchSamuel Mannehed2022-12-132-12/+35
| * Use the same background gradient on all buttonsSamuel Mannehed2022-12-131-6/+5
* | Added none user select on the cursorFredrik Kortetjärvi2022-12-141-0/+4
* | Set snap credentials via environmentPierre Ossman2022-12-141-3/+6
|/
* Add FIXME for select:active on FirefoxSamuel Mannehed2022-12-131-0/+2
* Merge pull request #1729 from novnc/css_cleanupSamuel Mannehed2022-12-122-116/+142
|\
| * 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
| * Put all styling for selected buttons in one placeSamuel Mannehed2022-12-121-4/+4
| * Clarify comment about hover state on touch devicesSamuel Mannehed2022-12-121-1/+1
| * Remove duplicate opacity for :disableSamuel Mannehed2022-12-121-3/+0
| * Move workaround for Firefox bug to input.cssSamuel Mannehed2022-12-122-3/+5
| * Be more specific for control bar button backgroundSamuel Mannehed2022-12-121-4/+4
| * 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-072-33/+27
* 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-072-0/+7
* Set min-height on control bar panelSamuel Mannehed2022-12-071-0/+1
* Tone down comment about user-select on containerSamuel Mannehed2022-11-171-3/+2
* Add "arrow" to <select> elementsSamuel Mannehed2022-11-171-3/+16
* Slightly increase the padding on <select> elementsSamuel Mannehed2022-11-161-0/+4
* Add explanation text to clipboard panelSamuel Mannehed2022-11-141-0/+3
* Add horizontal rule after logo in control barSamuel Mannehed2022-11-142-0/+8
* Fix indentation of comment in CSSSamuel Mannehed2022-11-111-1/+1
* Make control bar button selectors more specificSamuel Mannehed2022-11-111-10/+10
* Use "npm update" to install dependenciesPierre Ossman2022-11-073-4/+4
* Add translation workflow filePierre Ossman2022-11-071-0/+15
* Use latest versions of development dependenciesPierre Ossman2022-11-071-30/+30
* Merge branch 'busybox' of https://github.com/nggit/noVNCPierre Ossman2022-11-071-1/+1
|\