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:
@@ -397,9 +397,6 @@ html {
|
||||
}
|
||||
#noVNC_control_bar .noVNC_button:disabled {
|
||||
opacity: 0.4;
|
||||
/* See firefox bug regarding cursor on disabled <input type="image">:
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=1798304 */
|
||||
cursor: default;
|
||||
}
|
||||
#noVNC_control_bar .noVNC_button:not(:disabled):active {
|
||||
padding-top: 5px;
|
||||
|
||||
Reference in New Issue
Block a user