aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-09-13 17:16:58 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-09-13 17:16:58 -0500
commit38f315ed81fd01fd852877e8a575a98a96d37a4c (patch)
treef69f564a200d0cf6533419aff29abe5648c6b889 /phpBB/styles/subsilver2
parentb8bb16f8e7b1ec41b596e8b6526739c705dcd09f (diff)
parentf3bbca4fa0ee7e0c1e325b3dc8e12c37f4a2036f (diff)
downloadforums-38f315ed81fd01fd852877e8a575a98a96d37a4c.tar
forums-38f315ed81fd01fd852877e8a575a98a96d37a4c.tar.gz
forums-38f315ed81fd01fd852877e8a575a98a96d37a4c.tar.bz2
forums-38f315ed81fd01fd852877e8a575a98a96d37a4c.tar.xz
forums-38f315ed81fd01fd852877e8a575a98a96d37a4c.zip
Merge remote-tracking branch 'remotes/cyberalien/ticket/develop-2/11811' into develop
* remotes/cyberalien/ticket/develop-2/11811: [ticket/11811] Remove outline on :focus
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/theme/stylesheet.css3
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
------------ */