summaryrefslogtreecommitdiffstats
path: root/browser/themes/osx/controlcenter/panel.css
blob: 41b720480241e1c01840b7a2be3261ac204ef832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 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/controlcenter/panel.inc.css

.identity-popup-expander:-moz-focusring,
.identity-popup-permission-remove-button:-moz-focusring {
  box-shadow: var(--focus-ring-box-shadow);
}

#identity-popup-securityView-body > button {
  min-height: 30px;
}

.protections-popup-tp-switch:-moz-focusring,
#identity-popup-securityView-body > button:-moz-focusring {
  box-shadow: var(--focus-ring-box-shadow);
}