-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpopups.css
More file actions
110 lines (93 loc) · 2.57 KB
/
Copy pathpopups.css
File metadata and controls
110 lines (93 loc) · 2.57 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
menuitem,
toolbarbutton,
richlistitem,
.urlbarView-row-inner,
#downloadsHistory {
border: solid 1px transparent !important;
border-radius: 5px !important;
}
.downloadButton:hover,
richlistitem:hover,
#downloadsHistory:hover,
menuitem:hover:not([disabled]),
.urlbarView-action-btn:hover {
border-color: SelectedItem !important;
}
:is(panelview .toolbarbutton-1, toolbarbutton.subviewbutton, .widget-overflow-list .toolbarbutton-1, .toolbaritem-combined-buttons:is(:not([cui-areatype="toolbar"]), [overflowedItem="true"]) > toolbarbutton) {
&:not([disabled]):not(.unified-extensions-item-menu-button.subviewbutton):hover {
color: -moz-menuhovertext !important;
background-color: -moz-menuhover !important;;
border: solid 1px SelectedItem !important;
}
}
.searchmode-switcher-panel-list {
& > panel-item::part(button) {
border: solid 1px transparent !important;
background: red !important;
}
}
.searchmode-switcher-panel-list {
& > panel-item::part(button) {
&:hover {
color: -moz-menuhovertext !important;
background-color: -moz-menuhover !important;;
border: solid 1px SelectedItem !important;
}
}
}
.moz-button-subviewbutton-nav {
&::part(button) {
border: solid 1px transparent !important;
}
}
.moz-button-subviewbutton-nav {
&::part(button) {
&:hover {
color: -moz-menuhovertext !important;
background-color: -moz-menuhover !important;;
border: solid 1px SelectedItem !important;
}
}
}
.urlbarView-row {
margin-left: 2px !important;
margin-right: 2px !important;
}
.urlbarView-row:hover:not([selected]) {
color: -moz-menuhovertext !important;
background-color: -moz-menuhover !important;;
border: solid 1px SelectedItem !important;
}
.urlbarView-action-btn {
background-color: transparent !important;
border: solid 1px transparent !important;
}
.urlbarView-button-menu {
background-color: transparent !important;
}
.urlbarView-button-menu:hover {
box-shadow: inset 0 0 0px 1px SelectedItem !important;
}
.unified-extensions-item-menu-button.subviewbutton {
&:hover > .toolbarbutton-icon {
color: -moz-menuhovertext !important;
background-color: -moz-menuhover !important;;
border: solid 1px SelectedItem !important;
}
}
.urlbarView-row[label] {
&::before {
margin-top: -6px !important;
}
}
menu, menuitem {
border: solid 1px transparent !important;
border-radius: 5px !important;
}
menu, menuitem {
&:where([_moz-menuactive]:not([disabled])) {
color: -moz-menuhovertext;
background-color: -moz-menuhover;
border: solid 1px SelectedItem !important;
}
}