From a3885b6c56388f509dce290dbd2b9e6009e04647 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Mon, 14 Dec 2020 14:51:05 +0800 Subject: [PATCH] gx --- hive-app/common/styles/index.css | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/hive-app/common/styles/index.css b/hive-app/common/styles/index.css index a38b561..8d035b2 100644 --- a/hive-app/common/styles/index.css +++ b/hive-app/common/styles/index.css @@ -86,7 +86,7 @@ color: #FFFFFF; } .gray{ - color: #999999; + color: #ABB1CC; } .dark-gray{ color: #666666; @@ -119,4 +119,8 @@ } .block{ display: block; +} + +.placeholder{ + color: #999999; } \ No newline at end of file -- Gitblit v1.9.1