changeset 1fb18ad96b9f in bugs.tryton.org:default
details: https://hg.tryton.org/bugs.tryton.org?cmd=changeset;node=1fb18ad96b9f
description:
Add line through resolved, closed or invalid issue
diffstat:
static/style.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r eb2268d7e1f8 -r 1fb18ad96b9f static/style.css
--- a/static/style.css Tue Nov 10 15:35:36 2020 +0100
+++ b/static/style.css Tue Nov 10 19:04:36 2020 +0100
@@ -129,6 +129,10 @@
visibility:hidden;
}
+.resolved, .closed, .invalid {
+ text-decoration: line-through !important;
+}
+
@media (max-width: 767.98px) {
.history {
display: block;