aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
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/prosilver
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/prosilver')
-rw-r--r--phpBB/styles/prosilver/theme/forms.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css
index b66544acf7..34f8bc8c32 100644
--- a/phpBB/styles/prosilver/theme/forms.css
+++ b/phpBB/styles/prosilver/theme/forms.css
@@ -28,6 +28,10 @@ select {
font-size: 1em;
}
+select:focus {
+ outline-style: none;
+}
+
option {
padding-right: 1em;
}
@@ -271,6 +275,7 @@ fieldset.submit-buttons input {
.inputbox:hover, .inputbox:focus {
border: 1px solid transparent;
+ outline-style: none;
}
input.inputbox { width: 85%; }
@@ -347,6 +352,11 @@ input.disabled {
font-weight: normal;
}
+/* Focus states */
+input.button1:focus, input.button2:focus, input.button3:focus {
+ outline-style: none;
+}
+
/* Topic and forum Search */
.search-box {
margin-top: 3px;