Bug 481427 - findbar-textbox binding incorrectly assigned in theme files. r=enn

This commit is contained in:
Dão Gottwald 2009-03-05 13:39:39 +01:00
Родитель 0a4cc4c2b0
Коммит dc8e0b2582
4 изменённых файлов: 5 добавлений и 4 удалений

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

@ -1144,6 +1144,10 @@ findbar {
-moz-binding: url('chrome://global/content/bindings/findbar.xml#findbar');
}
.findbar-textbox {
-moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox");
}
/*********** filefield ************/
filefield {

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

@ -87,7 +87,6 @@ findbar {
}
.findbar-textbox {
-moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox");
-moz-appearance: none;
border: none;
margin: 0;

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

@ -106,7 +106,6 @@ findbar {
}
.findbar-textbox {
-moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox");
-moz-appearance: none;
border: 3px solid;
-moz-border-top-colors: #5F5F5F #CFCFCF -moz-Field;

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

@ -107,7 +107,6 @@ findbar {
}
.findbar-textbox {
-moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox");
-moz-appearance: none;
border: none;
margin: 0px;