mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-08 05:14:37 +00:00
Move workaround for Firefox bug to input.css
This applies to all input[type=image]:disabled elements, not only control bar buttons.
This commit is contained in:
@@ -280,3 +280,8 @@ input[type=file]:disabled {
|
||||
background-image: var(--select-arrow),
|
||||
linear-gradient(to top, rgb(255, 255, 255), rgb(240, 240, 240));
|
||||
}
|
||||
input[type=image]:disabled {
|
||||
/* See Firefox bug:
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=1798304 */
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user