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

[ticket/15115] Fix errors

PHPBB3-15115
This commit is contained in:
hanakin
2017-03-19 16:15:33 -04:00
parent ae85c9e91d
commit 79f865bd56
5 changed files with 16 additions and 16 deletions

View File

@@ -17,11 +17,11 @@
display: inline-block;
padding: 2px 8px;
cursor: pointer;
touch-action: manipulation;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
touch-action: manipulation;
}
.button:focus,