[Rt-commit] rt branch 5.0/lighten-border-colors created. rt-5.0.3-122-g3a6cbf0f5b
BPS Git Server
git at git.bestpractical.com
Mon Sep 19 17:06:08 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 5.0/lighten-border-colors has been created
at 3a6cbf0f5bf959c6c74a5e9291f0c11660e110ae (commit)
- Log -----------------------------------------------------------------
commit 3a6cbf0f5bf959c6c74a5e9291f0c11660e110ae
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Mon Sep 19 12:05:40 2022 -0500
Lighten border colors for history and header
diff --git a/share/static/css/elevator-light/history.css b/share/static/css/elevator-light/history.css
index 296b425435..2ca4e40300 100644
--- a/share/static/css/elevator-light/history.css
+++ b/share/static/css/elevator-light/history.css
@@ -1,5 +1,5 @@
.history .transaction {
- border-top: 1px solid #ccc;
+ border-top: 1px solid #dde4eb;
position: relative; /* gives us a container for position: absolute */
clear: both;
}
@@ -11,11 +11,9 @@
div.history-container {
border: 0;
margin-top: 0.75em;
- border-left: 1px solid #ccc;
-
- border-right: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
-
+ border-left: 1px solid #dde4eb;
+ border-right: 1px solid #dde4eb;
+ border-bottom: 1px solid #dde4eb;
}
.history .transaction div.metadata span.actions {
@@ -77,7 +75,7 @@ div.history-container {
padding-left: 1em;
margin-top: 0.5em;
padding-top: 0.5em;
- border-top: 1px solid #ccc;
+ border-top: 1px solid #dde4eb;
/*overflow: auto; */
min-height: 2.5em;
/* To avoid overlapping of "downloadattachment" by messagebody */
diff --git a/share/static/css/elevator-light/layout.css b/share/static/css/elevator-light/layout.css
index ff055b2fbc..9fe6eedf0c 100644
--- a/share/static/css/elevator-light/layout.css
+++ b/share/static/css/elevator-light/layout.css
@@ -99,8 +99,8 @@ div#quickbar {
div#header {
padding-top: 1.1em;
- border-bottom-color: #547CCC;
- border-bottom-width: 2px;
+ border-bottom-color: #eee;
+ border-bottom-width: 1px;
border-bottom-style: solid;
}
-----------------------------------------------------------------------
hooks/post-receive
--
rt
More information about the rt-commit
mailing list