mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1740: Prevent collisions of clipboard inactive and active classes with other classes of the same name.
This commit is contained in:
@@ -58,12 +58,12 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.active {
|
||||
#clipboard-settings .clipboard.active {
|
||||
overflow: auto;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.inactive {
|
||||
#clipboard-settings .clipboard.inactive {
|
||||
overflow: hidden;
|
||||
font-size: 0.9em;
|
||||
opacity: 0.5;
|
||||
|
Reference in New Issue
Block a user