From 954173a2c2cdd414c8e74c5584b209e6ae1b5964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 15 Mar 2023 01:20:43 +0800 Subject: [PATCH] Removed the unused list-group-item-success class from style.css. --- src/accounting/static/css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/accounting/static/css/style.css b/src/accounting/static/css/style.css index 2507ed4..128374e 100644 --- a/src/accounting/static/css/style.css +++ b/src/accounting/static/css/style.css @@ -136,9 +136,6 @@ .accounting-list-group-stripped .list-group-item:nth-child(2n+1) { background-color: #f2f2f2; } -.accounting-list-group-stripped .list-group-item-success:nth-child(2n+1) { - background-color: #c7dbd2; -} .accounting-list-group-hover .list-group-item:hover { background-color: #ececec; }