diff options
Diffstat (limited to 'css/desktop/button.css')
| -rwxr-xr-x | css/desktop/button.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/desktop/button.css b/css/desktop/button.css index 9164f93..c5f96e5 100755 --- a/css/desktop/button.css +++ b/css/desktop/button.css @@ -17,7 +17,8 @@ */ .button { - background-color: #ffffff; + background-color: white; + color: black; border: 1px solid #98A5B0; border-radius: 3px; padding: 1px 3px 1px 3px; |
