mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
11 lines
336 B
CSS
11 lines
336 B
CSS
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||
|
|
||
|
.searchbar-textbox {
|
||
|
-moz-binding: url("chrome://browser/content/search/search.xml#searchbar-textbox");
|
||
|
}
|
||
|
|
||
|
.searchbar-engine-button {
|
||
|
-moz-binding: url("chrome://browser/content/search/search.xml#searchbar-engine-button");
|
||
|
-moz-user-focus: none;
|
||
|
}
|