-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuttons.css
More file actions
60 lines (50 loc) · 1.73 KB
/
buttons.css
File metadata and controls
60 lines (50 loc) · 1.73 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
:root {
--border-radius-medium: 4px !important;
--arrowpanel-border-radius: 4px !important;
--arrowpanel-menuitem-border-radius: 4px !important;
}
.urlbar-input-container .urlbar-page-action,
.urlbar-input-container box:is([role="button"]),
.searchmode-switcher {
outline: solid 1px transparent !important;
}
.urlbar-input-container .urlbar-page-action:hover,
.urlbar-input-container box:is([role="button"]):hover {
background-color: transparent !important;
outline: solid 1px SelectedItem !important;
}
.searchmode-switcher:hover {
outline: solid 1px SelectedItem !important;
}
.urlbar-input-container .urlbar-page-action:is([open="true"]),
.urlbar-input-container box:is([role="button"]):is([open="true"]),
.searchmode-switcher:is([open="true"]) {
background-color: -moz-menuhover !important;
outline: solid 1px SelectedItem !important;
}
.toolbarbutton-1:hover:not([disabled="true"]) {
& > .toolbarbutton-icon, & > .toolbarbutton-text, & > .toolbarbutton-badge-stack {
background-color: transparent !important;
outline: solid 1px SelectedItem !important;
}
}
.toolbarbutton-1 {
& > .toolbarbutton-icon, & > .toolbarbutton-text, & > .toolbarbutton-badge-stack {
outline: solid 1px transparent !important;
}
}
.toolbarbutton-1:is([open="true"]) {
& > .toolbarbutton-icon, & > .toolbarbutton-text, & > .toolbarbutton-badge-stack {
background-color: -moz-menuhover !important;
outline: solid 1px SelectedItem !important;
}
}
.tab-close-button.close-icon:hover {
background-color: #ff9eac !important;
}
.tabbrowser-tab:is([selected="true"]) .tab-close-button.close-icon:hover {
fill: var(--toolbar-bgcolor) !important;
}
.urlbar-background {
border: solid 1px var(--chrome-content-separator-color) !important;
}