[Rt-commit] rt branch, 5.0/round-2-updates-for-mobile, updated. rt-5.0.0-178-g5283e427ef
Blaine Motsinger
blaine at bestpractical.com
Wed Dec 30 19:32:30 EST 2020
The branch, 5.0/round-2-updates-for-mobile has been updated
via 5283e427ef816f771ca2ed201e007e9b07507395 (commit)
from 11922adbcf2c7d378c7c54e40ed754c58131f9b8 (commit)
Summary of changes:
share/static/css/elevator-dark/main.css | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit 5283e427ef816f771ca2ed201e007e9b07507395
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Wed Dec 30 18:27:45 2020 -0600
Fix titlebox-title overlap on dark theme mobile
For smaller mobile browsers sizes like 375px wide, on dark theme,
the titlebox-title background color was overlapping text on the
lines above. This commit sets background color to transparent for
titlebox-title left so the background color on a wrapped line
doesn't cut off the text above it.
diff --git a/share/static/css/elevator-dark/main.css b/share/static/css/elevator-dark/main.css
index 7ea673931b..4e49f13959 100644
--- a/share/static/css/elevator-dark/main.css
+++ b/share/static/css/elevator-dark/main.css
@@ -339,6 +339,10 @@
padding-bottom: inherit;
}
+.darkmode .titlebox .titlebox-title .left {
+ background-color: transparent !important;
+}
+
.darkmode .dropzone,
.darkmode .dropzone .dz-details {
border: 1px solid #717171 !important;
-----------------------------------------------------------------------
More information about the rt-commit
mailing list