diff options
| author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-09-14 00:19:48 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-09-14 00:19:48 +0300 |
| commit | f3bbca4fa0ee7e0c1e325b3dc8e12c37f4a2036f (patch) | |
| tree | f69f564a200d0cf6533419aff29abe5648c6b889 /phpBB/styles/subsilver2 | |
| parent | b8bb16f8e7b1ec41b596e8b6526739c705dcd09f (diff) | |
| parent | 3cd445d055a9236db1476f41b8cadad08f7e5cf7 (diff) | |
| download | forums-f3bbca4fa0ee7e0c1e325b3dc8e12c37f4a2036f.tar forums-f3bbca4fa0ee7e0c1e325b3dc8e12c37f4a2036f.tar.gz forums-f3bbca4fa0ee7e0c1e325b3dc8e12c37f4a2036f.tar.bz2 forums-f3bbca4fa0ee7e0c1e325b3dc8e12c37f4a2036f.tar.xz forums-f3bbca4fa0ee7e0c1e325b3dc8e12c37f4a2036f.zip | |
Merge branch 'ticket/11811' into ticket/develop-2/11811
* ticket/11811:
[ticket/11811] Remove outline on :focus
Conflicts:
phpBB/adm/style/admin.css
phpBB/styles/prosilver/theme/forms.css
Diffstat (limited to 'phpBB/styles/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/theme/stylesheet.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index d2352d93ef..7d14376454 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -552,6 +552,9 @@ input.radio { border-style: none; } +input:focus, select:focus, textarea:focus { + outline-style: none; +} /* BBCode ------------ */ |
