| 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(suggesthint) { |
| 16 | border-top: 1px solid #8050B0; |
| 17 | } |