Bug 636809 - Tapping on search field should highlight the entire field [r=mfinkle]

This commit is contained in:
Vivien Nicolas 2011-03-01 01:34:03 +01:00
parent 90a4df9011
commit 974bc2cbf1

View File

@ -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@;