From a6f303fd9f14570f6d1654a175dbeadf00f4bd18 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 11 Jun 2016 12:24:29 -0700 Subject: show unreplied marker in RT searches, #41670 --- rt/share/html/NoAuth/css/freeside3/ticket-lists.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'rt/share/html/NoAuth/css') diff --git a/rt/share/html/NoAuth/css/freeside3/ticket-lists.css b/rt/share/html/NoAuth/css/freeside3/ticket-lists.css index 84c9a92de..257cf3b07 100644 --- a/rt/share/html/NoAuth/css/freeside3/ticket-lists.css +++ b/rt/share/html/NoAuth/css/freeside3/ticket-lists.css @@ -99,8 +99,18 @@ tr.collection-as-table+tr.collection-as-table th { } - - +tr.unreplied-ticket > :first-child::before { + /* green dot */ + border: 1px solid black; + border-radius: 50%; + display: inline-block; + height: 1ex; + width: 1ex; + float: left; + content: ''; + margin-top: 1ex; + background-color: green; +} table.queue-summary td { background: #efefef; -- cgit v1.2.1