summaryrefslogtreecommitdiff
path: root/toolkit/themes
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-07-12 12:57:39 -0400
committerMatt A. Tobin <email@mattatobin.com>2021-07-12 12:57:39 -0400
commit0d3dfa439428bce6c8bfe122ff1e6ded68762aae (patch)
tree354a4c056064831a1dcb52055e58abce9b21a12a /toolkit/themes
parent5ab8187b3f9f792df24fbf45d7910f709cad4791 (diff)
downloadaura-central-0d3dfa439428bce6c8bfe122ff1e6ded68762aae.tar.gz
Issue mcp-graveyard/UXP%1793 - Add a border-bottom to toolbox
Follow-up to e8be661944c730cb3b702cd7f7d97e0860eb9132
Diffstat (limited to 'toolkit/themes')
-rw-r--r--toolkit/themes/windows/global/toolbar.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolkit/themes/windows/global/toolbar.css b/toolkit/themes/windows/global/toolbar.css
index 97310e1ae..0a6eb943a 100644
--- a/toolkit/themes/windows/global/toolbar.css
+++ b/toolkit/themes/windows/global/toolbar.css
@@ -23,6 +23,12 @@ toolbox {
so don't use the widget toolbox styling and fallback to -moz-Dialog's
color which by default should be a non-blinding rgb(240, 240, 240) */
-moz-appearance: none;
+
+ /* Since we are overriding the style we want to provide the bottom border
+ that is normally drawn by look&feel.
+ However, local application styling may also provide it on adjacent
+ widgets as a border-top. Those will need to omit it on Windows 10. */
+ border-bottom: 1px solid ThreeDShadow;
}
}