[Rt-commit] rt branch 5.0/lighten-actions-buttons created. rt-5.0.3-122-g0086ec8708

BPS Git Server git at git.bestpractical.com
Mon Sep 19 15:33:43 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-actions-buttons has been created
        at  0086ec87081a9ca8424b9a0345b1314ab499c4a2 (commit)

- Log -----------------------------------------------------------------
commit 0086ec87081a9ca8424b9a0345b1314ab499c4a2
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Mon Sep 19 10:33:05 2022 -0500

    Lighten action buttons in ticket history

diff --git a/share/static/css/elevator-light/history.css b/share/static/css/elevator-light/history.css
index 296b425435..4566906109 100644
--- a/share/static/css/elevator-light/history.css
+++ b/share/static/css/elevator-light/history.css
@@ -20,17 +20,15 @@ div.history-container {
 
 .history .transaction div.metadata span.actions {
  float: right;
- background: #eee;
  text-align: right;
- border-left: 1px solid #999;
- border-bottom: 1px solid #999;
  color: #ccc;
+ border: solid 0.05em #eee;
  white-space: nowrap;
  border-radius: 0.25em;
 }
 
 .history .transaction .metadata .actions a {
-    color: #666;
+    color: #444;
     padding-left: 5px;
     padding-right: 5px;
 }
@@ -118,7 +116,7 @@ div.history-container {
 .transaction div.metadata span.actions {
     display: inline-block;
     padding: 0.18em 0.06em;
-    border: 1px solid #999;
+    border: solid 0.05em #ccc;
 }
 
 @media (max-width: 700px) {

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


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list