change appearance of addon badges
This commit is contained in:
parent
269c4e0ff1
commit
713111d8b8
1 changed files with 19 additions and 0 deletions
|
@ -11,6 +11,25 @@
|
||||||
opacity: 1 !important;
|
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 */
|
/* Windows */
|
||||||
#PanelUI-button
|
#PanelUI-button
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue