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