From 8b76c5424060d2733971f196edc9acb3772e5216 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Tue, 17 Oct 2017 23:27:02 -0400 Subject: [PATCH] [ticket/15404] Add missing non-vendors PHPBB3-15404 --- phpBB/styles/prosilver/theme/common.css | 1 + phpBB/styles/prosilver/theme/forms.css | 1 + 2 files changed, 2 insertions(+) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 6d9bc4fbc4..693319547f 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -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, diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index aab5fc92ce..1257c2c56d 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -326,6 +326,7 @@ input[type="number"] { input[type="search"] { -webkit-box-sizing: content-box; + box-sizing: content-box; -webkit-appearance: textfield; }