change appearance of addon badges

This commit is contained in:
bmFtZQ 2021-03-25 02:19:29 +08:00 committed by GitHub
parent 269c4e0ff1
commit 713111d8b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,25 @@
opacity: 1 !important;
}
.toolbarbutton-badge
{
box-shadow: 0 0 0 1px #0001 !important;
margin: 10px 0 0 !important;
margin-inline-end: -6px !important;
}
#nav-bar .toolbarbutton-badge
{
box-shadow: 0 0 0 1px var(--toolbar-bgcolor) !important;
margin: 10px 0 0 !important;
margin-inline-end: -6px !important;
}
panel .toolbarbutton-badge
{
box-shadow: 0 0 0 1px var(--arrowpanel-background) !important;
}
/* Windows */
#PanelUI-button
{