firefox 113 fixes
This commit is contained in:
parent
63723c6dcb
commit
68881840bc
2 changed files with 9 additions and 0 deletions
|
@ -31,6 +31,7 @@ var IE6StatusBar = {
|
|||
width: 151px;
|
||||
height: 18px;
|
||||
box-shadow: inset -1px -1px 0 ThreeDHighlight, inset 1px 1px 0 ThreeDShadow;
|
||||
justify-content: left !important;
|
||||
}
|
||||
|
||||
#ie6_statusbar::before {
|
||||
|
|
|
@ -2253,3 +2253,11 @@ toolbarbutton menupopup[placespopup] menuseparator {
|
|||
padding: 0 2px 0 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
/* ff 113 */
|
||||
#personal-bookmarks {
|
||||
flex-grow: 0 !important;
|
||||
}
|
||||
#titlebar > #toolbar-menubar > spacer[style="order: 1000;"] {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue