From 3827f7fb0da9843253e7285a920cb1dbed9ca0d7 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Mon, 14 Dec 2020 14:52:17 +0800 Subject: [PATCH] gx --- hive-app/common/styles/index.css | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/hive-app/common/styles/index.css b/hive-app/common/styles/index.css index c26f11f..f1cbf2f 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; @@ -138,6 +138,9 @@ .block{ display: block; } +.placeholder{ + color: #999999; +} .center{ text-align: center; } -- Gitblit v1.9.1