mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Fix: Compatibility - -moz-box, -moz-inline-box to flex, inline-flex #696
This commit is contained in:
parent
0fd4efedb6
commit
fea9d8cb11
20 changed files with 64 additions and 23 deletions
2
css/leptonContent.css
generated
2
css/leptonContent.css
generated
|
|
@ -410,6 +410,7 @@
|
|||
}
|
||||
#contentSearchSettingsButton::before {
|
||||
content: url("chrome://global/skin/icons/settings.svg") !important;
|
||||
display: inline-flex;
|
||||
display: -moz-inline-box;
|
||||
/* Color */
|
||||
-moz-context-properties: fill, fill-opacity !important;
|
||||
|
|
@ -2171,6 +2172,7 @@
|
|||
list-style-image: url("chrome://global/skin/icons/delete.svg") !important;
|
||||
}
|
||||
#clearDownloadsButton > .toolbarbutton-icon {
|
||||
display: inline-flex !important;
|
||||
display: -moz-inline-box !important;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue