-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathaddressfield-theming.css
More file actions
30 lines (29 loc) · 880 Bytes
/
addressfield-theming.css
File metadata and controls
30 lines (29 loc) · 880 Bytes
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
/*
Addressfield Theming
version 2023.3.1
https://forum.vivaldi.net/post/356714
Themes hostfragments and changes icon color for blocked content and the bookmark
button.
*/
.UrlFragment-Wrapper:not(.UrlFragment-Wrapper--ShouldHighlight) {
--HighlightColor: var(--colorFg);
--LowlightColor: var(--colorFg);
}
.UrlFragment-Wrapper--ShouldHighlight {
--HighlightColor: var(--colorFg);
--LowlightColor: var(--colorFgFadedMost);
}
.UrlFragment-Wrapper--ShouldHighlight .UrlFragment-HostFragment-Subdomain,
.UrlFragment-Wrapper--ShouldHighlight .UrlFragment-HostFragment-Basedomain,
.UrlFragment-Wrapper--ShouldHighlight .UrlFragment-HostFragment-TLD {
font-weight: bold;
}
.BookmarkButton .bookmark-animated-fill {
fill: var(--colorFg) !important;
}
.permission-denied circle {
fill: var(--colorHighlightBg);
}
.permission-denied path {
fill: var(--colorHighlightFg);
}