mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/15404] Add missing non-vendors
PHPBB3-15404
This commit is contained in:
parent
2c58e7a8a9
commit
8b76c54240
2 changed files with 2 additions and 0 deletions
|
@ -450,6 +450,7 @@ a.header-avatar span:after {
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
-webkit-transform: rotate(360deg); /* better anti-aliasing in webkit */
|
-webkit-transform: rotate(360deg); /* better anti-aliasing in webkit */
|
||||||
|
transform: rotate(360deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-up .pointer,
|
.dropdown-up .pointer,
|
||||||
|
|
|
@ -326,6 +326,7 @@ input[type="number"] {
|
||||||
|
|
||||||
input[type="search"] {
|
input[type="search"] {
|
||||||
-webkit-box-sizing: content-box;
|
-webkit-box-sizing: content-box;
|
||||||
|
box-sizing: content-box;
|
||||||
-webkit-appearance: textfield;
|
-webkit-appearance: textfield;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue