summaryrefslogtreecommitdiffstats
path: root/application/basilisk/themes/osx/controlcenter/panel.css
blob: b87fa2ac90a493e698675abc68e4f38baf34a37f (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
/* 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.inc
%include ../../shared/controlcenter/panel.inc.css

#identity-popup {
  margin-top: 1px;
}

.identity-popup-expander:-moz-focusring {
  padding: 2px;
}

.identity-popup-expander:-moz-focusring > .button-box {
  @hudButtonFocused@
}

.identity-popup-permission-remove-button:-moz-focusring {
  box-shadow: @focusRingShadow@;
}

#identity-popup-multiView > .panel-viewcontainer > .panel-viewstack > .panel-subviews {
  border-bottom-right-radius: 3.5px;
}

#identity-popup-multiView > .panel-viewcontainer > .panel-viewstack > .panel-subviews:-moz-locale-dir(rtl) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3.5px;
}

#tracking-action-block,
#tracking-action-unblock,
#tracking-action-unblock-private,
#identity-popup-securityView-body > button {
  @hudButton@
  min-height: 30px;
}

#tracking-action-block:hover:active,
#tracking-action-unblock:hover:active,
#tracking-action-unblock-private:hover:active,
#identity-popup-securityView-body > button:hover:active {
  @hudButtonPressed@
}

#tracking-action-block:-moz-focusring,
#tracking-action-unblock:-moz-focusring,
#tracking-action-unblock-private:-moz-focusring,
#identity-popup-securityView-body > button:-moz-focusring {
  @hudButtonFocused@
}