X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2Fcss%2Ffreeside3%2Fticket-lists.css;h=257cf3b07f2fd53e236aefd9eed9dd163ac9c753;hb=a6f303fd9f14570f6d1654a175dbeadf00f4bd18;hp=84c9a92de960b10b372114157ea46641d2b64c49;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git 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;