* fix in css patch

master
Dominika 2021-12-05 14:29:45 +01:00
parent 3c4b8f2f40
commit 171b1c3037
1 changed files with 1 additions and 2 deletions

View File

@ -562,7 +562,6 @@ diff --git a/browser/themes/shared/urlbar-searchbar.inc.css b/browser/themes/sha
background-color: var(--urlbar-box-bgcolor);
color: var(--urlbar-box-text-color);
margin-block: calc((var(--urlbar-min-height) - 20px) / 2 - 1px /* border */ - var(--urlbar-container-padding));
diff --git a/browser/themes/shared/urlbarView.inc.css b/browser/themes/shared/urlbarView.inc.css
--- a/browser/themes/shared/urlbarView.inc.css
+++ b/browser/themes/shared/urlbarView.inc.css
@@ -718,7 +718,7 @@
@ -571,7 +570,7 @@ diff --git a/browser/themes/shared/urlbarView.inc.css b/browser/themes/shared/ur
#urlbar-engine-one-off-item-bookmarks {
- list-style-image: url("chrome://browser/skin/bookmark.svg");
+ list-style-image: url("chrome://browser/skin/starred48.png");
fill: var(--toolbarbutton-icon-fill-attention);
fill: var(--lwt-toolbar-field-icon-fill-attention, var(--toolbarbutton-icon-fill-attention));
fill-opacity: 1;
-moz-context-properties: fill, fill-opacity;
--- a/browser/base/content/browser.css 2021-09-28 01:17:27.000000000 +0200