Bug 1421419 - Fix synced tabs sidebar searchbox on macOS. r=dao

MozReview-Commit-ID: K9ANLPjxqA5

--HG--
extra : rebase_source : 7da48e8fff04d55e2499f556e427d464bb9cc24f
This commit is contained in:
Edouard Oger 2018-01-29 16:17:12 -05:00
Родитель db7fdb4a6d
Коммит 6a8ddcf9fc
1 изменённых файлов: 5 добавлений и 7 удалений

Просмотреть файл

@ -100,6 +100,10 @@
}
}
.sidebar-search-container {
padding: 4px;
}
.search-box {
-moz-appearance: searchfield;
padding: 1px;
@ -111,7 +115,7 @@
text-shadow: none;
}
.search-box.compact > .textbox-input-box > .textbox-search-icons > .textbox-search-clear {
.search-box > .textbox-input-box > .textbox-search-icons > .textbox-search-clear {
background-image: url(chrome://global/skin/icons/searchfield-cancel.svg);
background-repeat: no-repeat;
background-size: 11px 11px;
@ -119,12 +123,6 @@
height: 11px;
}
.search-box.compact {
padding: 0px;
/* font size is in px because the XUL it was copied from uses px */
font-size: 11px;
}
.textbox-search-clear {
margin-top: 1px;
}