]> git.scottworley.com Git - vopamoi/commitdiff
Style the state-dates
authorScott Worley <scottworley@scottworley.com>
Fri, 28 Jan 2022 07:07:47 +0000 (23:07 -0800)
committerScott Worley <scottworley@scottworley.com>
Fri, 28 Jan 2022 07:07:47 +0000 (23:07 -0800)
vopamoi.css

index 68d4773abb28aefa967e24eab2dd562d11c2c2e0..ac29e309b7c6f9d55e708ffe2f520dbf5021412a 100644 (file)
@@ -19,8 +19,16 @@ input.tag {
   clear: right;
 }
 .statedate {
+  font-size: 80%;
   margin-right: 0.5em;
-}
+  padding: 0 .2em;
+  border-radius: 1em;
+}
+.task[data-state=cancelled]     > .statedate { background-color: #fee; }
+.task[data-state=deleted]       > .statedate { background-color: #ddd; }
+.task[data-state=done]          > .statedate { background-color: #efe; }
+.task[data-state=someday-maybe] > .statedate { background-color: #eef; }
+.task[data-state=waiting]       > .statedate { background-color: #fef; }
 #ui {
   padding: 15px 10px;
 }