Disabled css rule because of chrome51 issue (copy to much in clipboard), see issue#183.

This commit is contained in:
Martin Edenhofer 2016-06-28 10:34:02 +02:00
parent 249fba71c0
commit 47d63aa7b3

View file

@ -1237,7 +1237,7 @@ label,
margin-bottom: 4px;
text-align: left;
padding: 0;
user-select: none;
/* user-select: none; disabled because of chrome51 https://github.com/martini/zammad/issues/183 */
}
/* circumventing the label:not(.inline-label) selector because it's too strong */