mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 10:31:57 +02:00
[ticket/11945] Change color for focused button
PHPBB3-11945
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user