tangled
alpha
login
or
join now
da157.id
/
potatofox
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
fix: extension badge colors without firefox color
awwpotato
1 year ago
1420ad33
cd2b4f38
+4
-3
1 changed file
expand all
collapse all
unified
split
chrome
browser
icons.css
+4
-3
chrome/browser/icons.css
···
1
1
/* SPDX-License-Identifier: MPL-2.0 */
2
2
/* SPDX-FileCopyrightText: 2024 awwpotato */
3
3
4
4
-
.unified-extensions-item .toolbarbutton-badge {
4
4
+
:root[lwtheme="true"] .unified-extensions-item .toolbarbutton-badge {
5
5
+
background-color: var(--toolbarbutton-icon-fill) !important;
6
6
+
color: var(--uc-bg-opaque) !important;
7
7
+
} .unified-extensions-item .toolbarbutton-badge {
5
8
border-radius: var(--uc-button-radius) !important;
6
6
-
background-color: var(--toolbarbutton-icon-fill) !important;
7
9
box-shadow: none !important;
8
8
-
color: var(--uc-bg-opaque) !important;
9
10
margin-inline-end: 0 !important;
10
11
top: 0 !important;
11
12
right: 0 !important;