[Rt-commit] rt branch, 5.0/more-dark-theme-fixes, updated. rt-5.0.0-14-g549c305815
Blaine Motsinger
blaine at bestpractical.com
Mon Oct 5 20:06:08 EDT 2020
The branch, 5.0/more-dark-theme-fixes has been updated
via 549c305815c2793670b5dbb0a814d82dd3d62955 (commit)
via f6022195e6df3094e132d4067cb328bd7c5de061 (commit)
from 079457fd386701e70fb56a9578fe4e1b42161417 (commit)
Summary of changes:
share/static/css/elevator-dark/main.css | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
- Log -----------------------------------------------------------------
commit f6022195e6df3094e132d4067cb328bd7c5de061
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Mon Oct 5 18:00:00 2020 -0500
Fix colors for selectionbox for dark-theme
This commit makes the border and background colors on the draggable
selectionbox elements match those used throughout dark-theme.
diff --git a/share/static/css/elevator-dark/main.css b/share/static/css/elevator-dark/main.css
index 5a5d90f9d5..96108defc1 100644
--- a/share/static/css/elevator-dark/main.css
+++ b/share/static/css/elevator-dark/main.css
@@ -402,3 +402,13 @@ body.darkmode.IE11 .ui-icon-circle-triangle-w {
body.darkmode.IE11 .ui-icon-circle-triangle-e {
background-position: -48px -192px !important;
}
+
+.darkmode .selectionbox-js .contents li,
+.darkmode .selectionbox-js .contents .placeholder {
+ background-color: #323D42 !important;
+ border-color: #717171 !important;
+}
+
+.darkmode .selectionbox-js .contents {
+ border-color: #515151 !important;
+}
commit 549c305815c2793670b5dbb0a814d82dd3d62955
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Mon Oct 5 19:05:11 2020 -0500
Fix bootstrap tooltip colors for dark-theme
diff --git a/share/static/css/elevator-dark/main.css b/share/static/css/elevator-dark/main.css
index 96108defc1..e6bc367a3b 100644
--- a/share/static/css/elevator-dark/main.css
+++ b/share/static/css/elevator-dark/main.css
@@ -412,3 +412,12 @@ body.darkmode.IE11 .ui-icon-circle-triangle-e {
.darkmode .selectionbox-js .contents {
border-color: #515151 !important;
}
+
+/* fix tooltip colors */
+.darkmode .tooltip > .tooltip-inner {
+ background-color: #000 !important;
+}
+
+.darkmode .tooltip > .tooltip-arrow {
+ border-bottom-color: #000 !important;
+}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list