1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +02:00

[ticket/15404] autoprefix browser compatability

PHPBB3-15404
This commit is contained in:
Michael Miday
2017-10-16 12:42:46 -04:00
parent 3dc1cde5c6
commit 83079a89c7
7 changed files with 84 additions and 12 deletions

View File

@@ -16,9 +16,9 @@
padding: 2px 8px;
cursor: pointer;
touch-action: manipulation;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}