diff options
author | hanakin <midaym@gmail.com> | 2014-09-18 22:05:45 +0200 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2014-09-18 22:34:55 +0200 |
commit | 2ca001edcfc1a7d400f0b30d1778ea27f98db7b7 (patch) | |
tree | 4b61655d93456da2d6ae8e885646529be5a92354 /phpBB/styles/prosilver/theme | |
parent | 6eb2b876f1687c481d64c6be9930e1005aa070f3 (diff) | |
download | forums-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/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/forms.css | 4 |
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; } |