diff options
| author | Mark Wells <mark@freeside.biz> | 2016-06-11 23:19:11 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-06-11 23:19:11 -0700 |
| commit | 3930c1746e7743bf4e9e9ae2f103b6275b0fb728 (patch) | |
| tree | c691aee45351a19befc8c354cea9fdc97fd8c32e /rt/share/static/css | |
| parent | c3217834a42fa68de630a2d6d518742f94714aed (diff) | |
show unreplied ticket marker in queue summary, #41670
Diffstat (limited to 'rt/share/static/css')
| -rw-r--r-- | rt/share/static/css/freeside4/ticket-lists.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/share/static/css/freeside4/ticket-lists.css b/rt/share/static/css/freeside4/ticket-lists.css index 42b343b7c..3d4706fd2 100644 --- a/rt/share/static/css/freeside4/ticket-lists.css +++ b/rt/share/static/css/freeside4/ticket-lists.css @@ -90,8 +90,7 @@ tr.unreplied-ticket > :first-child::before { width: 1ex; float: left; content: ''; - margin-top: 0 auto; - margin-bottom: 0 auto; + margin-right: 1ex; background-color: green; } |
