summaryrefslogtreecommitdiffstats
path: root/browser/themes/osx/customizableui/panelUI.css
blob: 678343bf1a4a1d01e0d311430dfcf5cdb9b48b3f (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/* This 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/. */

@import "chrome://browser/skin/customizableui/panelUI-shared.css";

#downloadsPanel,
#widget-overflow,
#appMenu-popup,
#customizationui-widget-panel,
#identity-popup,
#permission-popup,
#translations-panel,
#protections-popup,
#appMenu-notification-popup,
#BMB_bookmarksPopup,
#editBookmarkPanel {
  margin-top: -1px;
}

.panel-subview-body {
  scrollbar-color: color-mix(in srgb, currentColor 26%, transparent) transparent;
}

#appMenu-mainView > .panel-subview-body > .panel-banner-item {
  padding-inline-start: 18px;
}

.subviewbutton:not([image],[targetURI],.bookmark-item) > .menu-iconic-left {
  display: none;
}

.PanelUI-remotetabs-clientcontainer > label[itemtype="client"] {
  padding-inline-start: 6px;
}

.PanelUI-remotetabs-notabsforclient-label {
  margin-inline-start: 19px;
  font-size: 13px;
}

#PanelUI-remotetabs[mainview] .PanelUI-remotetabs-notabsforclient-label {
  margin-inline-start: 23px;
}

#PanelUI-remotetabs-tabslist {
  padding-bottom: 4px;
}

.panel-button {
  appearance: none;
  border-radius: 2px;
  background-color: var(--arrowpanel-dimmed);
  color: inherit;
  padding: 2px 6px;
}

.panel-button:not([disabled]):hover {
  background-color: var(--panel-item-hover-bgcolor);
}

.panel-button:not([disabled]):hover:active {
  background-color: var(--panel-item-active-bgcolor);
}

.panel-button:focus-visible {
  outline: var(--focus-outline);
}