diff options
Diffstat (limited to 'theme2b.css')
-rw-r--r-- | theme2b.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theme2b.css b/theme2b.css index 32f24c4..2f5964d 100644 --- a/theme2b.css +++ b/theme2b.css @@ -44,6 +44,9 @@ button:hover,.fakebtn:hover{ button:active,.fakebtn:active{ background-color:#B85; } +button:disabled{ + background-color:#666; +} input[type="text"]{ color:#FFF; border-bottom-color:#863; |