summaryrefslogtreecommitdiffstats
path: root/browser/components/asrouter/content/components/ASRouterAdmin/ASRouterAdmin.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /browser/components/asrouter/content/components/ASRouterAdmin/ASRouterAdmin.css
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/components/asrouter/content/components/ASRouterAdmin/ASRouterAdmin.css')
-rw-r--r--browser/components/asrouter/content/components/ASRouterAdmin/ASRouterAdmin.css21
1 files changed, 12 insertions, 9 deletions
diff --git a/browser/components/asrouter/content/components/ASRouterAdmin/ASRouterAdmin.css b/browser/components/asrouter/content/components/ASRouterAdmin/ASRouterAdmin.css
index aaf15a9a15..de14572006 100644
--- a/browser/components/asrouter/content/components/ASRouterAdmin/ASRouterAdmin.css
+++ b/browser/components/asrouter/content/components/ASRouterAdmin/ASRouterAdmin.css
@@ -5,9 +5,9 @@
:root {
--newtab-background-color: #F9F9FB;
--newtab-background-color-secondary: #FFF;
- --newtab-text-primary-color: #15141a;
- --newtab-primary-action-background: #0061e0;
- --newtab-primary-action-background-pocket: #008078;
+ --newtab-text-primary-color: rgb(21, 20, 26);
+ --newtab-primary-action-background: rgb(0, 97, 224);
+ --newtab-primary-action-background-pocket: rgb(0, 128, 120);
--newtab-text-secondary-color: color-mix(in srgb, var(--newtab-text-primary-color) 70%, transparent);
--newtab-element-hover-color: color-mix(in srgb, var(--newtab-background-color) 90%, #000);
--newtab-element-active-color: color-mix(in srgb, var(--newtab-background-color) 80%, #000);
@@ -32,10 +32,10 @@
}
:root[lwt-newtab-brighttext] {
--newtab-background-color: #2B2A33;
- --newtab-background-color-secondary: #42414d;
- --newtab-text-primary-color: #fbfbfe;
- --newtab-primary-action-background: #00ddff;
- --newtab-primary-action-background-pocket: #00ddff;
+ --newtab-background-color-secondary: rgb(66, 65, 77);
+ --newtab-text-primary-color: rgb(251, 251, 254);
+ --newtab-primary-action-background: rgb(0, 221, 255);
+ --newtab-primary-action-background-pocket: rgb(0, 221, 255);
--newtab-primary-action-background-pocket-dimmed: color-mix(in srgb, var(--newtab-primary-action-background) 25%, transparent);
--newtab-primary-element-hover-color: color-mix(in srgb, var(--newtab-primary-action-background) 55%, #FFF);
--newtab-primary-element-hover-pocket-color: color-mix(in srgb, var(--newtab-primary-action-background-pocket) 55%, #FFF);
@@ -45,8 +45,8 @@
--newtab-element-secondary-hover-color: color-mix(in srgb, currentColor 17%, transparent);
--newtab-element-secondary-active-color: color-mix(in srgb, currentColor 30%, transparent);
--newtab-border-color: color-mix(in srgb, var(--newtab-background-color) 75%, #FFF);
- --newtab-primary-element-text-color: #2b2a33;
- --newtab-wordmark-color: #fbfbfe;
+ --newtab-primary-element-text-color: rgb(43, 42, 51);
+ --newtab-wordmark-color: rgb(251, 251, 254);
--newtab-status-success: #7C6;
}
@@ -111,6 +111,9 @@
.icon.icon-info {
background-image: url("chrome://global/skin/icons/info.svg");
}
+.icon.icon-help {
+ background-image: url("chrome://global/skin/icons/help.svg");
+}
.icon.icon-new-window {
background-image: url("chrome://activity-stream/content/data/content/assets/glyph-newWindow-16.svg");
}