From 88b959a11815172e1f780146defa433cdb96097b Mon Sep 17 00:00:00 2001 From: PopSlime Date: Wed, 15 Mar 2023 00:44:44 +0800 Subject: [PATCH] Modify border color of expression statement. --- Http/SkinEditor/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Http/SkinEditor/app.css b/Http/SkinEditor/app.css index 36d0bad..84cdc80 100644 --- a/Http/SkinEditor/app.css +++ b/Http/SkinEditor/app.css @@ -171,7 +171,7 @@ input { .t-exp .t-statement { margin: 0; border: 0; - border-left: solid 1px red; + border-left: solid 1px orangered; padding: 0; }