Merge pull request #2873 from emilio/always-open-color
popup: Exclude "Always open" from menu colors hack.
This commit is contained in:
+7
-1
@@ -28,6 +28,8 @@
|
|||||||
|
|
||||||
[data-theme="light"],
|
[data-theme="light"],
|
||||||
:root {
|
:root {
|
||||||
|
color-scheme: light;
|
||||||
|
|
||||||
--fontInter: "Inter", sans-serif;
|
--fontInter: "Inter", sans-serif;
|
||||||
--fontInterMedium: "Inter-Medium", sans-serif;
|
--fontInterMedium: "Inter-Medium", sans-serif;
|
||||||
--fontMetropolis: "Metropolis", sans-serif;
|
--fontMetropolis: "Metropolis", sans-serif;
|
||||||
@@ -113,6 +115,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-theme="dark"] {
|
[data-theme="dark"] {
|
||||||
|
color-scheme: dark;
|
||||||
|
|
||||||
--iconCloseX: url("/img/close-light.svg");
|
--iconCloseX: url("/img/close-light.svg");
|
||||||
--iconGear: url("/img/gear-icon-light.svg");
|
--iconGear: url("/img/gear-icon-light.svg");
|
||||||
--iconArrowRight: url("/img/arrow-icon-right-light.svg");
|
--iconArrowRight: url("/img/arrow-icon-right-light.svg");
|
||||||
@@ -238,7 +242,9 @@ body {
|
|||||||
[data-theme="dark"] img.clear-storage-icon,
|
[data-theme="dark"] img.clear-storage-icon,
|
||||||
[data-theme="dark"] img.delete-assignment,
|
[data-theme="dark"] img.delete-assignment,
|
||||||
[data-theme="dark"] #edit-sites-assigned .menu-icon,
|
[data-theme="dark"] #edit-sites-assigned .menu-icon,
|
||||||
[data-theme="dark"] #container-info-table .menu-icon {
|
[data-theme="dark"] #container-info-table .menu-icon,
|
||||||
|
[data-theme="dark"] #always-open .menu-icon,
|
||||||
|
[data-theme="dark"] #always-open-in .menu-icon {
|
||||||
filter: invert(0);
|
filter: invert(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
<title>Firefox Multi-Account Containers</title>
|
<title>Firefox Multi-Account Containers</title>
|
||||||
<script type="text/javascript" src="./js/i18n.js"></script>
|
<script type="text/javascript" src="./js/i18n.js"></script>
|
||||||
|
<meta name="color-scheme" content="light dark">
|
||||||
<link rel="stylesheet" href="./css/popup.css">
|
<link rel="stylesheet" href="./css/popup.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user