mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11945] Change color for focused button
PHPBB3-11945
This commit is contained in:
parent
852b707b48
commit
7464252f60
1 changed files with 6 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue