X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fstatic%2Fcss%2Ffreeside4%2Fticket-lists.css;h=42b343b7c1e7404501f974b0557859dd19de1b33;hb=89507319807e2f988bffa25981d4df927000f9eb;hp=cdf10193a86e2f6e4c50abc211fc311741d79468;hpb=1c538bfabc2cd31f27067505f0c3d1a46cba6ef0;p=freeside.git 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;