aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorhanakin <midaym@gmail.com>2014-09-18 22:05:45 +0200
committerhanakin <midaym@gmail.com>2014-09-18 22:34:55 +0200
commit2ca001edcfc1a7d400f0b30d1778ea27f98db7b7 (patch)
tree4b61655d93456da2d6ae8e885646529be5a92354 /phpBB
parent6eb2b876f1687c481d64c6be9930e1005aa070f3 (diff)
downloadforums-2ca001edcfc1a7d400f0b30d1778ea27f98db7b7.tar
forums-2ca001edcfc1a7d400f0b30d1778ea27f98db7b7.tar.gz
forums-2ca001edcfc1a7d400f0b30d1778ea27f98db7b7.tar.bz2
forums-2ca001edcfc1a7d400f0b30d1778ea27f98db7b7.tar.xz
forums-2ca001edcfc1a7d400f0b30d1778ea27f98db7b7.zip
[ticket/12598] Remove right border
PHPBB3-12598
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/forms.css4
1 files 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;
}