commit 9a33149b9a4f36a60140b8ad7053d71c8d7c4150
parent f239f50ab782875319a24b76f31f532fd39f1fb4
Author: Lootyhoof <lootyhoofer@gmail.com>
Date: Thu, 20 Dec 2018 23:25:27 +0000
Improve toolbar styling on Linux in persona mode
Diffstat:
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/chrome/os/linux/toolbar.css b/src/chrome/os/linux/toolbar.css
@@ -10,6 +10,12 @@ toolbox {
color: #fff;
}
+toolbox:-moz-lwtheme {
+ color: inherit;
+ text-shadow: inherit;
+ background-color: transparent;
+}
+
/* ::::: menubar & toolbar ::::: */
toolbar, menubar {
@@ -42,6 +48,9 @@ menubar, toolbar[type="menubar"] {
menubar:-moz-lwtheme,
toolbar:-moz-lwtheme {
-moz-appearance: none;
+ background-color: transparent;
+ border-top: none;
+ border-bottom: none;
color: inherit !important;
}
diff --git a/src/chrome/os/linux/toolbarbutton.css b/src/chrome/os/linux/toolbarbutton.css
@@ -21,6 +21,7 @@ toolbarbutton {
toolbarbutton:-moz-lwtheme {
text-shadow: none;
+ color: inherit;
}
.toolbarbutton-icon[label]:not([label=""]),