зеркало из https://github.com/mozilla/gecko-dev.git
Bug 479957 - content is rendered outside the window if width is narrower than findbar if OS's theme is Classic. r=dao
This commit is contained in:
Родитель
5efc2c4778
Коммит
5a828e16ba
|
@ -117,3 +117,11 @@ findbar {
|
|||
.find-status-icon[status="wrapped"] {
|
||||
list-style-image: url("chrome://global/skin/icons/wrap.png");
|
||||
}
|
||||
|
||||
/* XXX workaround bug 479957, disable bug 69710 in findbar */
|
||||
checkbox:-moz-system-metric(windows-classic) {
|
||||
text-shadow: none;
|
||||
}
|
||||
checkbox:-moz-system-metric(windows-classic) > .checkbox-label-box > .checkbox-label {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче