Fix sidebar border color
This commit is contained in:
parent
16b92f7556
commit
405d3ccc51
|
@ -214,7 +214,7 @@ menupopup menu[_moz-menuactive=true] {
|
|||
}
|
||||
vbox#sidebar-box.chromeclass-extrachrome {
|
||||
border-color: var(--in-content-category-header-background)!important;
|
||||
border-right: 1px!important;
|
||||
border-right: 1px var(--in-content-category-header-background) !important;
|
||||
border-style: solid!important
|
||||
}
|
||||
#_testpilot-containers_7 .menu-iconic-left,
|
||||
|
|
|
@ -214,7 +214,7 @@ menupopup menu[_moz-menuactive=true] {
|
|||
}
|
||||
vbox#sidebar-box.chromeclass-extrachrome {
|
||||
border-color: var(--in-content-category-header-background)!important;
|
||||
border-right: 1px!important;
|
||||
border-right: 1px var(--in-content-category-header-background) !important;
|
||||
border-style: solid!important
|
||||
}
|
||||
#_testpilot-containers_7 .menu-iconic-left,
|
||||
|
|
Loading…
Reference in New Issue