mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 636809 - Tapping on search field should highlight the entire field [r=mfinkle]
This commit is contained in:
parent
90a4df9011
commit
974bc2cbf1
@ -114,6 +114,10 @@
|
||||
background: rgb(255,200,200);
|
||||
}
|
||||
|
||||
#find-helper-textbox:hover:active {
|
||||
background: #8db8d8;
|
||||
}
|
||||
|
||||
/* Form Helper Autofill ---------------------------------------------------- */
|
||||
#form-helper-suggestions-container .panel-arrowcontent {
|
||||
border-radius: @border_radius_normal@;
|
||||
|
Loading…
Reference in New Issue
Block a user