diff --git a/templates/admin.html b/templates/admin.html index a686c26..b67467c 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -15,6 +15,7 @@ tr:hover { background: #f9f9f9; } .status-tag { font-weight: bold; font-size: 10px; padding: 2px 4px; border: 1px solid #000; } .status-deleted { background: #ffcccc; text-decoration: line-through; } + .status-no{ background: #ffcccc; } .status-active { background: #ccffcc; } button { border: 1px solid #000; background: #eee; padding: 2px 8px; cursor: pointer; font-size: 11px; font-weight: bold; } button:hover { background: #000; color: #fff; } @@ -38,6 +39,7 @@