зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1155295 - Fix off-center search clear button in devtools. r=bgrins
This commit is contained in:
Родитель
965a30f6ea
Коммит
5c2ed0de8a
|
@ -434,6 +434,10 @@
|
|||
-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 {
|
||||
-moz-image-region: rect(0, 32px, 16px, 16px);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче