first part of syncing LCARStrek with Firefox 55 browser windows theme changes
[themes.git] / LCARStrek / browser / preferences / in-content-old / containers.css
CommitLineData
66b04a00
RK
1/* 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@import url("chrome://browser/content/usercontext/usercontext.css");
6
7.container-header-links {
8 margin-block-end: 15px;
9}
10
11[data-identity-icon] {
12 margin: 0;
13 margin-inline-end: 16px;
14}
15
16#containersView {
17 border: 0 none;
18 background: transparent;
19}
20
21#containersView richlistitem {
22 margin: 0px;
23 margin-inline-end: 8px;
24 padding: 0;
25 padding-block-end: 8px;
26 border-block-end: 1px solid var(--in-content-header-border-color);
27}
28
29#containersView richlistitem:last-of-type {
30 border-block-end: 0 none;
31 margin-block-end: 8px;
32}