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/. */ | |
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-bottom: 1px solid #666699; | |
13 | border-top: 1px solid transparent; | |
14 | } |