diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-19 01:40:55 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-19 01:40:55 +0300 |
commit | 7464252f60599cb3c6f48cbb709a6386a3a1bf41 (patch) | |
tree | d320ad27e82340a749b4e0d0f0550d1cd4075389 /phpBB/styles/prosilver | |
parent | 852b707b48cef513318d52db1d2a5f40621636d6 (diff) | |
download | forums-7464252f60599cb3c6f48cbb709a6386a3a1bf41.tar forums-7464252f60599cb3c6f48cbb709a6386a3a1bf41.tar.gz forums-7464252f60599cb3c6f48cbb709a6386a3a1bf41.tar.bz2 forums-7464252f60599cb3c6f48cbb709a6386a3a1bf41.tar.xz forums-7464252f60599cb3c6f48cbb709a6386a3a1bf41.zip |
[ticket/11945] Change color for focused button
PHPBB3-11945
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 3f837976bf..467ddb5053 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1069,6 +1069,12 @@ a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, inpu color: #BC2A4D; } +/* Focus states */ +input.button1:focus, input.button2:focus, input.button3:focus { + border-color: #11A3EA; + color: #0F4987; +} + input.search { background-image: url("./images/icon_textbox_search.gif"); } |