Commit | Line | Data |
---|---|---|
9099c61d RK |
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/. */ | |
128000f4 | 4 | |
e1597424 | 5 | /* ===== search.css ===================================================== |
fb2b5761 RK |
6 | == Styles specific to the Search sidebar panel. |
7 | ====================================================================== */ | |
f6e0a33f | 8 | |
fb2b5761 | 9 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
e90cc3a4 RK |
10 | |
11 | .autocomplete-treebody::-moz-tree-cell(suggesthint) { | |
12 | border-top: 1px solid #808080; | |
13 | } |