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/. */ | |
c79d2bbe RK |
4 | |
5 | /* Styles used by all preference windows and panes of SeaMonkey */ | |
6 | ||
7 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
8 | ||
9 | /* ::::: Main Window ::::: */ | |
10 | ||
11 | prefwindow { | |
dd676468 RK |
12 | padding: 3px; |
13 | } | |
14 | ||
15 | #categoryCol { | |
569543b3 | 16 | border-radius: 3px 3px 0px 0px; |
dd676468 RK |
17 | } |
18 | ||
19 | dialogheader { | |
20 | -moz-margin-start: 3px; | |
c79d2bbe | 21 | } |