GUACAMOLE-1740: Prevent collisions of clipboard inactive and active classes with other classes of the same name.

This commit is contained in:
Alex Leitner
2023-03-07 18:31:45 +00:00
parent a25fa1c982
commit f31356c2f5

View File

@@ -58,12 +58,12 @@
overflow: hidden; overflow: hidden;
} }
.active { #clipboard-settings .clipboard.active {
overflow: auto; overflow: auto;
font-size: 1em; font-size: 1em;
} }
.inactive { #clipboard-settings .clipboard.inactive {
overflow: hidden; overflow: hidden;
font-size: 0.9em; font-size: 0.9em;
opacity: 0.5; opacity: 0.5;