mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Make Admin Panel text like version etc selectable.
Thanks to xet7 ! Closes #2180
This commit is contained in:
parent
7ea0912159
commit
5aa090e911
1 changed files with 4 additions and 4 deletions
|
@ -52,10 +52,10 @@
|
|||
|
||||
.main-body
|
||||
padding: 0.1em 1em
|
||||
-webkit-user-select: auto // Safari 3.1+
|
||||
-moz-user-select: auto // Firefox 2+
|
||||
-ms-user-select: auto // IE 10+
|
||||
user-select: auto // Standard syntax
|
||||
-webkit-user-select: text // Safari 3.1+
|
||||
-moz-user-select: text // Firefox 2+
|
||||
-ms-user-select: text // IE 10+
|
||||
user-select: text // Standard syntax
|
||||
|
||||
ul
|
||||
li
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue