summaryrefslogtreecommitdiffstats
path: root/browser/themes/linux/customizableui/panelUI.css
blob: 98662066b5fc36ae459c1df22edc17fb7da6eee5 (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
/* 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/. */

%include ../../shared/customizableui/panelUI.inc.css

#BMB_bookmarksPopup menupopup {
  appearance: none;
  background: var(--arrowpanel-background);
  color: var(--arrowpanel-color);
  border: 1px solid var(--arrowpanel-border-color);
  margin-top: -6px;
  padding-top: 1px;
}

menuitem.subviewbutton {
  appearance: none !important;
}

.subviewradio > .radio-label-box {
  appearance: none;
}

/*
 * #pageActionFeedbackAnimatableImage is wider than the panel, and due to a
 * bug in panels on Linux, a box-shadow appears where the image would be if
 * overflow:hidden wasn't applied. Disabling the box-shadow for this panel on
 * Linux works around this issue. This bug is on file as 1394575.
 */
#pageActionFeedback::part(arrowcontent) {
  box-shadow: none;
}