diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index 525e0a1..75a2bfe 100644 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -432,7 +432,8 @@ body.dark .navbar a { color: #e2e2e2; } -body.dark kbd { +body.dark kbd, +body.dark .btn.edit-comment { background-color: #4a4a4a; } @@ -450,8 +451,9 @@ body.dark .torrent-list tbody tr td a:visited { color: #205c90; } -body.dark .torrent-list > thead > tr, body.dark tbody > tr, -body.dark .panel > .panel-heading { +body.dark thead > tr, body.dark tbody > tr, +body.dark .panel > .panel-heading, +body.dark .report-action-column select { color: #cbcbcb; } @@ -474,6 +476,10 @@ body.dark table.torrent-list tbody .comments { background-color: #2f2c2c; } +body.dark .comment-panel:target { + border-color: white; +} + /* trusted */ body.dark .torrent-list > tbody > tr.success > td { color: inherit; @@ -570,4 +576,4 @@ td.report-action-column { /* Override
font size (assume main.css comes after bootstrap) */ blockquote { font-size: inherit; -} \ No newline at end of file +} diff --git a/nyaa/templates/reports.html b/nyaa/templates/reports.html index fd013ed..d1524b1 100644 --- a/nyaa/templates/reports.html +++ b/nyaa/templates/reports.html @@ -2,7 +2,7 @@ {% block title %}Reports :: {{ config.SITE_NAME }}{% endblock %} {% block body %} {% from "_formhelpers.html" import render_field %} -
+