mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 15:07:14 +00:00
Merge pull request #3044 from thelounge/xpaw/fix-3035
Fix copying text in Firefox
This commit is contained in:
commit
a30e1e8b61
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ button {
|
|||
margin: 0;
|
||||
outline: none;
|
||||
padding: 0;
|
||||
-moz-user-select: inherit; /* Firefox makes buttons unselectable by default which breaks copying */
|
||||
user-select: inherit;
|
||||
}
|
||||
|
||||
code,
|
||||
|
|
Loading…
Reference in a new issue