summaryrefslogtreecommitdiff
path: root/toolkit
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
commit3b7f2ddd3c5b1624421de3e9042d6cf0c1bc40be (patch)
tree354a4c056064831a1dcb52055e58abce9b21a12a /toolkit
parent82b1fdca1fb6cf1889620d9899ae4a67df0ea6e8 (diff)
downloaduxp-3b7f2ddd3c5b1624421de3e9042d6cf0c1bc40be.tar.gz
Issue #1793 - Add a border-bottom to toolbox
Follow-up to e8be661944c730cb3b702cd7f7d97e0860eb9132
Diffstat (limited to 'toolkit')
-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 97310e1aeb..0a6eb943a0 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;
}
}