slightly broken :(

This commit is contained in:
SethBurkart123
2023-11-17 15:46:35 +11:00
parent e12e1afd4c
commit bdcdf6e440
+6 -6
View File
@@ -339,7 +339,7 @@ td.colourBar {
/* Provides space for the icon */ /* Provides space for the icon */
} }
#toolbar span:has(.search)::before { #toolbar span:has(.search)::before {
content: ""; content: "\eca5";
/* Unicode for the search icon */ /* Unicode for the search icon */
position: absolute; position: absolute;
left: 8px; left: 8px;
@@ -1664,7 +1664,7 @@ body {
text-shadow: 0 0 5px black; text-shadow: 0 0 5px black;
} }
[data-label="inbox"] > .LabelList__name___-CHgq::before { [data-label="inbox"] > .LabelList__name___-CHgq::before {
content: ""; content: "\eb70";
/* Unicode for the search icon */ /* Unicode for the search icon */
color: currentColor; color: currentColor;
font-size: 16px; font-size: 16px;
@@ -1674,7 +1674,7 @@ body {
pointer-events: none; pointer-events: none;
} }
[data-label="outbox"] > .LabelList__name___-CHgq::before { [data-label="outbox"] > .LabelList__name___-CHgq::before {
content: ""; content: "\eca6";
/* Unicode for the search icon */ /* Unicode for the search icon */
color: currentColor; color: currentColor;
font-size: 16px; font-size: 16px;
@@ -1684,7 +1684,7 @@ body {
pointer-events: none; pointer-events: none;
} }
[data-label="starred"] > .LabelList__name___-CHgq::before { [data-label="starred"] > .LabelList__name___-CHgq::before {
content: ""; content: "\ece8";
color: currentColor; color: currentColor;
font-size: 16px; font-size: 16px;
margin-right: 8px; margin-right: 8px;
@@ -1693,7 +1693,7 @@ body {
pointer-events: none; pointer-events: none;
} }
[data-label="trash"] > .LabelList__name___-CHgq::before { [data-label="trash"] > .LabelList__name___-CHgq::before {
content: ""; content: "\ed2c";
/* Unicode for the search icon */ /* Unicode for the search icon */
color: currentColor; color: currentColor;
font-size: 16px; font-size: 16px;
@@ -2516,7 +2516,7 @@ body {
cursor: pointer; cursor: pointer;
} }
#whatsnewclosebutton::before { #whatsnewclosebutton::before {
content: ""; content: "\ed8a";
color: currentColor; color: currentColor;
font-size: 24px; font-size: 24px;
font-family: "IconFamily"; font-family: "IconFamily";