sync both themes with classic theme changes in SeaMonkey 2.28 cycle
[themes.git] / LCARStrek / communicator / viewSourceOverlay.css
CommitLineData
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/. */
aa39c771
RK
4
5/* make findbar appear above content */
6#appcontent {
7 -moz-box-direction: reverse;
8}
9
10/* style findbar for being on top */
11#FindToolbar {
12 border-top: none;
13 border-bottom: 3px solid #000000;
14}