From 00e9c35cff0829cabe6f5540cd6eaddcbcff2519 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Tue, 22 Jun 2021 14:25:23 +0800 Subject: [PATCH] * Fix btn border. --- www/theme/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 7342084ebc..f6a5c33833 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -42,7 +42,7 @@ a.showMoreImage:hover {opacity: 1;} .chosen-container .chosen-drop{z-index: 1100;} .table-actions .btn {background: #78bdf5; color: #fff; border-color: #78bdf5} -.table-actions > .btn-group:first-child > .btn:first-child {border-right: 1px solid #fff} +.table-actions > .btn-group:first-child > .btn:first-child {border-right: 1px solid rgba(255,255,255,0.2);} .table-footer .checked+div .btn, .table-actions .btn:hover {background: #16a8f8; border-color: #16a8f8} #header #toolbar a {color: #3c4353; font-size: 13px; position: relative;}