aboutsummaryrefslogtreecommitdiff
path: root/app/static
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-03-23 19:49:57 +0000
committerrubenwardy <rw@rubenwardy.com>2018-03-23 19:49:57 +0000
commitbb9d589fb55718db6783a236d047614b284d352e (patch)
treec5e2ef191ce4d22895318356ef5151b7ece09b2d /app/static
parenta5042a986a05e9bedf779af133267257915a426b (diff)
downloadcheatdb-bb9d589fb55718db6783a236d047614b284d352e.tar.xz
Add EditRequest approval and rejection
Diffstat (limited to 'app/static')
-rw-r--r--app/static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/static/style.css b/app/static/style.css
index 551cc74..57d5199 100644
--- a/app/static/style.css
+++ b/app/static/style.css
@@ -147,6 +147,11 @@ a:hover {
border: 1px solid #c96;
}
+.alert-success {
+ background: #161;
+ border: 1px solid #393;
+}
+
/* Nav */
nav, main, #alerts {