tangled
alpha
login
or
join now
da157.id
/
potatofox
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
apply uc radius + custom color to urlbar icons
awwsomepotato
2 years ago
7e95e4be
8801c11a
+5
1 changed file
expand all
collapse all
unified
split
chrome
browser
navbar.css
+5
chrome/browser/navbar.css
···
28
28
#nav-bar {
29
29
margin-inline: var(--uc-sidebar-margin) !important;
30
30
--toolbarbutton-border-radius: var(--uc-radius) !important;
31
31
+
--urlbar-icon-border-radius: var(--uc-radius) !important;
31
32
}
33
33
+
34
34
+
#main-window[lwtheme="true"] .urlbar-input-container image {
35
35
+
fill: var(--toolbarbutton-icon-fill) !important;
36
36
+
}
32
37
33
38
/* fix margin for buttons on the sides */
34
39
#PanelUI-menu-button {