mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
Merge remote-tracking branch 'cyberalien/ticket/11945' into develop
* cyberalien/ticket/11945: [ticket/11945] Change color for focused button
This commit is contained in:
commit
9c299ad759
1 changed files with 6 additions and 0 deletions
|
@ -1070,6 +1070,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