summaryrefslogtreecommitdiff
path: root/rt/share/static/css/freeside4/ticket-lists.css
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/static/css/freeside4/ticket-lists.css')
-rw-r--r--rt/share/static/css/freeside4/ticket-lists.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/rt/share/static/css/freeside4/ticket-lists.css b/rt/share/static/css/freeside4/ticket-lists.css
index cdf10193a..42b343b7c 100644
--- a/rt/share/static/css/freeside4/ticket-lists.css
+++ b/rt/share/static/css/freeside4/ticket-lists.css
@@ -81,6 +81,20 @@ table.collection-as-table.chart th {
border-bottom: 2px solid #ccc
}
+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: 0 auto;
+ margin-bottom: 0 auto;
+ background-color: green;
+}
+
table.queue-summary td {
background: #efefef;
border-bottom: 1px solid #ccc;