From 2ca001edcfc1a7d400f0b30d1778ea27f98db7b7 Mon Sep 17 00:00:00 2001 From: hanakin Date: Thu, 18 Sep 2014 22:05:45 +0200 Subject: [PATCH] [ticket/12598] Remove right border PHPBB3-12598 --- phpBB/styles/prosilver/theme/forms.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index a72ff9e64d..cbdeab11f9 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -409,8 +409,8 @@ input.button1:focus, input.button2:focus, input.button3:focus { } .search-header a.button { - border-top: 0; - border-bottom: 0; + border: 0; + border-left: 1; padding: 3px 5px 3px 4px; }