Bug 1405624 - Add opacity to Preferences seach result tooltip r=jaws

MozReview-Commit-ID: 6rVyh95Iq0P

--HG--
extra : rebase_source : 4f8bc4339e49959ad6610d7df020944091e0ef1b
This commit is contained in:
Ricky Chien 2017-10-05 17:26:28 +08:00
parent 612bff6041
commit d5414e4cbc

View File

@ -703,10 +703,10 @@ button > hbox > label {
background-color: #ffe900;
border: 1px solid #d7b600;
bottom: 36px;
opacity: .85;
}
.search-tooltip:hover,
.search-tooltip:hover::before {
.search-tooltip:hover {
opacity: .1;
}