From d7b95f0d040deb1b34af31c7c8e2f66c1e37686e Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 12 Feb 2019 18:53:12 +0800 Subject: First update. --- theme2a.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'theme2a.css') diff --git a/theme2a.css b/theme2a.css index 1dc6b82..53a61b1 100644 --- a/theme2a.css +++ b/theme2a.css @@ -44,6 +44,9 @@ button:hover,.fakebtn:hover{ button:active,.fakebtn:active{ background-color:#EC9; } +button:disabled{ + background-color:#999; +} input[type="text"]{ color:#000; border-bottom-color:#CA7; -- cgit v1.2.3