X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/ee49ee74b2a7d3c6daaa2d4bc6397b0c89e3099b..aa9a80e15526b4b70cdf8360e35a0d44de43cf66:/default.css diff --git a/default.css b/default.css index 161f61f1..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; @@ -152,7 +162,7 @@ div#LoginAboutText { width:400px; } } .mobile-textarea { - width: 100%; + width: 100%; resize: vertical; height: 5em; } @@ -173,4 +183,3 @@ div#LoginAboutText { width:400px; } .mobile-table-details td { padding: 3px; } -