summaryrefslogtreecommitdiffstats
path: root/browser/themes/shared/preferences/containers.css
blob: 578a27bf0203107407cccebef0977d06f064f2ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

%include ../../../components/contextualidentity/content/usercontext.css

#category-containers {
  display: none;
}

.container-header-links {
  font-size: 1.25rem;
  margin-block-end: 15px;
}

[data-identity-icon] {
  margin: 0;
  margin-inline-end: 16px;
}

#containersView {
  border: 0 none;
  background: transparent;
}

#containersView richlistitem {
  padding-block: 4px;
  border-block-end: 1px solid var(--in-content-box-border-color);
}

#containersView richlistitem:last-of-type {
  border-block-end: 0 none;
  margin-block-end: 8px;
}