start 2.36 cycle
[themes.git] / LCARStrek / communicator / viewSourceOverlay.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 /* 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 }