X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c174d39094c2450ca9eb9b2269881d92ec8d13c4..35a31772d8757e92f7c2c538019c504f80d7a7ba:/default.css diff --git a/default.css b/default.css index 7b305dab..b1b7ec36 100644 --- a/default.css +++ b/default.css @@ -33,6 +33,10 @@ a:visited { text-decoration: none; } a:hover { text-decoration: underline; } +html { + overflow-y: scroll; +} + body { font-size: 10pt; font-family: verdana; @@ -144,6 +148,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;