1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 13:10:24 +02:00

Finish admin permissions page and clean up everything

This commit is contained in:
Toby Zerner
2015-07-31 20:16:47 +09:30
parent 5706c71c86
commit fde7afd3e2
33 changed files with 766 additions and 291 deletions

View File

@@ -68,6 +68,9 @@
@alert-error-bg: #d83e3e;
@alert-error-color: #fff;
@alert-success-bg: #B4F1AF;
@alert-success-color: #33722D;
.define-header(@config-colored-header);
.define-header(false) {
@header-bg: @body-bg;