diff --git a/dashboard/app/static/style.css b/dashboard/app/static/style.css index 47415135..b99892aa 100644 --- a/dashboard/app/static/style.css +++ b/dashboard/app/static/style.css @@ -197,7 +197,7 @@ table thead tr { text-overflow: ellipsis; } -.good { text-decoration: none; text-shadow: 1px 1px 0 #BBF8AB; color: #000000; background: #38FF38;} +.good { text-decoration: none; color: #000000; } .bad { text-decoration: none; text-shadow: 1px 1px 0 #000000; color: #FFFFFF; background: #E70000;} .noise { text-decoration: none; color: #888; } .fail { color: #C00; }