diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-03-23 19:49:57 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-03-23 19:49:57 +0000 |
| commit | bb9d589fb55718db6783a236d047614b284d352e (patch) | |
| tree | c5e2ef191ce4d22895318356ef5151b7ece09b2d /app/static | |
| parent | a5042a986a05e9bedf779af133267257915a426b (diff) | |
| download | cheatdb-bb9d589fb55718db6783a236d047614b284d352e.tar.xz | |
Add EditRequest approval and rejection
Diffstat (limited to 'app/static')
| -rw-r--r-- | app/static/style.css | 5 |
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 { |
