X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/600a2f9ba49efc6f40a2693306f4be69acabd6a0..278a83090d6bf9d6351a449ba045323088f678aa:/default.css diff --git a/default.css b/default.css index 7b305dab..611d4255 100644 --- a/default.css +++ b/default.css @@ -144,6 +144,16 @@ table.divider { div#LoginAboutText { width:400px; } +.uncompleted-entry { + display: inline-block; + height: 8px; + width: 8px; + border: 1px solid rgba(0, 0, 0, .1); + border-radius: 50%; + background-color: rgba(0, 0, 0, .1); +} +.uncompleted-entry.active { background-color: red; } + /* Mobile styles */ .mobile-table { border: 0;