mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02: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:
@@ -1070,6 +1070,12 @@ a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, inpu
|
|||||||
color: #BC2A4D;
|
color: #BC2A4D;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Focus states */
|
||||||
|
input.button1:focus, input.button2:focus, input.button3:focus {
|
||||||
|
border-color: #11A3EA;
|
||||||
|
color: #0F4987;
|
||||||
|
}
|
||||||
|
|
||||||
input.search {
|
input.search {
|
||||||
background-image: url("./images/icon_textbox_search.gif");
|
background-image: url("./images/icon_textbox_search.gif");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user