mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01: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
|
.main-body
|
||||||
padding: 0.1em 1em
|
padding: 0.1em 1em
|
||||||
-webkit-user-select: auto // Safari 3.1+
|
-webkit-user-select: text // Safari 3.1+
|
||||||
-moz-user-select: auto // Firefox 2+
|
-moz-user-select: text // Firefox 2+
|
||||||
-ms-user-select: auto // IE 10+
|
-ms-user-select: text // IE 10+
|
||||||
user-select: auto // Standard syntax
|
user-select: text // Standard syntax
|
||||||
|
|
||||||
ul
|
ul
|
||||||
li
|
li
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue