mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
12 lines
317 B
CSS
12 lines
317 B
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
.searchbar-textbox {
|
|
-moz-binding: url("chrome://browser/content/search.xml#searchbar-textbox");
|
|
}
|
|
|
|
.searchbar-dropmarker {
|
|
-moz-binding: url("chrome://browser/content/search.xml#searchbar-dropmarker");
|
|
-moz-user-focus: none;
|
|
}
|
|
|