From 783e4fdf640f4beefbf8117274fd63fe455e22ef Mon Sep 17 00:00:00 2001 From: kilo Date: Tue, 31 Oct 2017 04:23:50 +0100 Subject: [PATCH] Update classic.css --- public/css/themes/classic.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/css/themes/classic.css b/public/css/themes/classic.css index 3899b226..7cf51e3d 100644 --- a/public/css/themes/classic.css +++ b/public/css/themes/classic.css @@ -746,7 +746,7 @@ span.tag { right: 11px; } .sukebei #reportPopup { - color: #660000; + color: #660000!important; } #reportPopup:hover { text-decoration: underline; @@ -754,6 +754,12 @@ span.tag { .modal-header { background: linear-gradient(to bottom, #33ca98 0%, #337372 72%); } +.sukebei .modal-header { + background: linear-gradient(to bottom, #c54f6a 5%, #482120 80%); +} .modal-footer{ background: #26332e; } +.sukebei .modal-footer { + background: #332626; +}