[Rt-commit] rt branch, 5.0/more-dark-theme-fixes, updated. rt-5.0.0-12-g079457fd38

Blaine Motsinger blaine at bestpractical.com
Mon Oct 5 18:23:30 EDT 2020


The branch, 5.0/more-dark-theme-fixes has been updated
       via  079457fd386701e70fb56a9578fe4e1b42161417 (commit)
      from  16f715d13f79b1404c74936e658b52187db93835 (commit)

Summary of changes:
 share/static/css/elevator-dark/main.css | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

- Log -----------------------------------------------------------------
commit 079457fd386701e70fb56a9578fe4e1b42161417
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Mon Oct 5 17:17:01 2020 -0500

    Fix datepicker icons for dark-theme

diff --git a/share/static/css/elevator-dark/main.css b/share/static/css/elevator-dark/main.css
index 3a5b870731..5a5d90f9d5 100644
--- a/share/static/css/elevator-dark/main.css
+++ b/share/static/css/elevator-dark/main.css
@@ -381,3 +381,24 @@
 .darkmode div.paging span.pagenum span.currentpage, .darkmode div.paging span.pagenum a {
     background-color: transparent !important;
 }
+
+/* fix datepicker icons */
+.darkmode .ui-icon-circle-triangle-w {
+    background-image: url('data:image/svg+xml;utf8,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-chevron-left" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>') !important;
+}
+
+.darkmode .ui-icon-circle-triangle-e {
+    background-image: url('data:image/svg+xml;utf8,<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-chevron-right" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>') !important;
+}
+
+body.darkmode.IE11 .ui-widget-header .ui-icon {
+    background-image: url(../../../static/images/jquery_ui/ui-icons_222222_256x240.png) !important;
+}
+
+body.darkmode.IE11 .ui-icon-circle-triangle-w {
+    background-position: -80px -192px !important;
+}
+
+body.darkmode.IE11 .ui-icon-circle-triangle-e {
+    background-position: -48px -192px !important;
+}

-----------------------------------------------------------------------


More information about the rt-commit mailing list