ee94c4c2860e5c1390b65628305ea33059573d02
[themes.git] / LCARStrek / communicator / search / search.css
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 /* ===== search.css =====================================================
6    == Styles specific to the Search sidebar panel.
7    ====================================================================== */
8
9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
10
11 #searchPanel {
12   padding: 0;
13 }
14
15 .autocomplete-treebody::-moz-tree-cell(datalist-first) {
16   border-top: 1px solid #8050B0;
17 }