browser/components/search/content/searchbarBindings.css

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:72a65efe40ac
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
7 .searchbar-textbox {
8 -moz-binding: url("chrome://browser/content/search/search.xml#searchbar-textbox");
9 }
10
11 .searchbar-engine-button {
12 -moz-user-focus: none;
13 }

mercurial