[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.1-449-g46859f1904
Jim Brandt
jbrandt at bestpractical.com
Fri Jun 11 15:03:13 EDT 2021
The branch, 5.0-trunk has been updated
via 46859f1904e1dc54c8c2cf6539e8d70c42d104db (commit)
via c8a385c06e4a60b8d4e9389fe68ae19e194393eb (commit)
from e92746c591ee40054ff869ccef06f6ec8e9c4554 (commit)
Summary of changes:
share/static/css/elevator-light/misc.css | 6 ++++++
1 file changed, 6 insertions(+)
- Log -----------------------------------------------------------------
commit 46859f1904e1dc54c8c2cf6539e8d70c42d104db
Merge: e92746c591 c8a385c06e
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Jun 11 15:02:13 2021 -0400
Merge branch '5.0/dropdown-item-no-bg-color-change-on-click' into 5.0-trunk
diff --cc share/static/css/elevator-light/misc.css
index 4f754ef5f5,ee080a3856..fedc52ad71
--- a/share/static/css/elevator-light/misc.css
+++ b/share/static/css/elevator-light/misc.css
@@@ -142,7 -142,8 +142,13 @@@ h1#transaction-extra-info
padding-top: 0.4rem;
}
+/* Prevent page links from running off the side of the page for Firefox */
+span.pagenum {
+ display: inline-block;
+}
++
+ /* Do not change background color on click of dropdown items like "Show
+ * full headers" in ticket history */
+ .btn-group.dropdown .dropdown-item:active {
+ background-color: transparent;
+ }
-----------------------------------------------------------------------
More information about the rt-commit
mailing list