Merge branch 'firefox-dev' into firefox-mv2-crazypersonalph

This commit is contained in:
Alphons Joseph
2023-12-02 23:03:05 +08:00
committed by GitHub
5 changed files with 15 additions and 14 deletions
+6 -6
View File
@@ -426,7 +426,7 @@ td.colourBar {
/* Provides space for the icon */
}
#toolbar span:has(.search)::before {
content: "";
content: "\eca5";
/* Unicode for the search icon */
position: absolute;
left: 8px;
@@ -1879,7 +1879,7 @@ body {
align-items: center;
}
[data-label="inbox"] > .LabelList__name___-CHgq::before {
content: "";
content: "\eb70";
/* Unicode for the search icon */
color: currentColor;
font-size: 16px;
@@ -1889,7 +1889,7 @@ body {
pointer-events: none;
}
[data-label="outbox"] > .LabelList__name___-CHgq::before {
content: "";
content: "\eca6";
/* Unicode for the search icon */
color: currentColor;
font-size: 16px;
@@ -1899,7 +1899,7 @@ body {
pointer-events: none;
}
[data-label="starred"] > .LabelList__name___-CHgq::before {
content: "";
content: "\ece8";
color: currentColor;
font-size: 16px;
margin-right: 8px;
@@ -1908,7 +1908,7 @@ body {
pointer-events: none;
}
[data-label="trash"] > .LabelList__name___-CHgq::before {
content: "";
content: "\ed2c";
/* Unicode for the search icon */
color: currentColor;
font-size: 16px;
@@ -2739,7 +2739,7 @@ body:has(.outside-container:not(.hide)) #AddedSettings.tooltip:hover > .tooltipt
cursor: pointer;
}
#whatsnewclosebutton::before {
content: "";
content: "\ed8a";
color: currentColor;
font-size: 24px;
font-family: "IconFamily";