1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-05 00:13:29 +02:00

[ticket/15404] Add missing non-vendors

PHPBB3-15404
This commit is contained in:
Michael Miday 2017-10-17 23:27:02 -04:00
parent 2c58e7a8a9
commit 8b76c54240
2 changed files with 2 additions and 0 deletions

View File

@ -450,6 +450,7 @@ a.header-avatar span:after {
width: 0;
height: 0;
-webkit-transform: rotate(360deg); /* better anti-aliasing in webkit */
transform: rotate(360deg);
}
.dropdown-up .pointer,

View File

@ -326,6 +326,7 @@ input[type="number"] {
input[type="search"] {
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}