mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 06:31:22 +00:00
GUAC-1254: Fade out keys not applicable to AltGR if AltGr is active.
This commit is contained in:
@@ -209,3 +209,9 @@
|
|||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fade out keys which do not use AltGr if AltGr is active */
|
||||||
|
.guac-keyboard.guac-keyboard-modifier-alt-gr
|
||||||
|
.guac-keyboard-key:not(.guac-keyboard-uses-alt-gr):not(.guac-keyboard-key-alt-gr) {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user