X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fstatic%2Fcss%2Ffreeside3%2Fticket-lists.css;h=257cf3b07f2fd53e236aefd9eed9dd163ac9c753;hp=84c9a92de960b10b372114157ea46641d2b64c49;hb=89507319807e2f988bffa25981d4df927000f9eb;hpb=9456eceed9d729643d1bec05ed1b380bbd1bc8ab diff --git a/rt/share/static/css/freeside3/ticket-lists.css b/rt/share/static/css/freeside3/ticket-lists.css index 84c9a92de..257cf3b07 100644 --- a/rt/share/static/css/freeside3/ticket-lists.css +++ b/rt/share/static/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;