mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Merge branch 'firefox-dev' into firefox-mv2-crazypersonalph
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user