Bug 1155295 - Fix off-center search clear button in devtools. r=bgrins

This commit is contained in:
Jordan Santell 2015-10-06 16:26:00 +02:00
Родитель 965a30f6ea
Коммит 5c2ed0de8a
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -434,6 +434,10 @@
-moz-image-region: rect(0, 16px, 16px, 0); -moz-image-region: rect(0, 16px, 16px, 0);
} }
.devtools-searchinput > .textbox-input-box > .textbox-search-icons > .textbox-search-clear {
margin-bottom: 0;
}
.devtools-searchinput > .textbox-input-box > .textbox-search-icons > .textbox-search-clear:hover { .devtools-searchinput > .textbox-input-box > .textbox-search-icons > .textbox-search-clear:hover {
-moz-image-region: rect(0, 32px, 16px, 16px); -moz-image-region: rect(0, 32px, 16px, 16px);
} }