aboutsummaryrefslogtreecommitdiff
path: root/app/static
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-26 14:16:12 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-26 14:16:12 +0000
commit6005baea467109e906d782021254c6c3134fcb18 (patch)
tree7a0dfb986fcd997948ba5590331205f9c0dd79fd /app/static
parentDelete annotations when the admin deletes a task (diff)
downloadAnnotateChange-6005baea467109e906d782021254c6c3134fcb18.tar.gz
AnnotateChange-6005baea467109e906d782021254c6c3134fcb18.zip
Add message flashing formatting
Diffstat (limited to 'app/static')
-rw-r--r--app/static/base.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/static/base.css b/app/static/base.css
new file mode 100644
index 0000000..ab908c8
--- /dev/null
+++ b/app/static/base.css
@@ -0,0 +1,11 @@
+.flashes .info {
+ color: blue;
+}
+
+.flashes .success {
+ color: green;
+}
+
+.flashes .error {
+ color: red;
+}