diff options
author | friendica <info@friendica.com> | 2013-11-16 19:27:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-16 19:27:06 -0800 |
commit | 2e464cb909ed12fbc6b9c51e8360daf3f53b6a2c (patch) | |
tree | 3376db6e2bc0f5aab62dd0f5ad2c20a62d2858f2 | |
parent | 808f0fc1d4bd77799756d5430cc7f6e435bec225 (diff) | |
download | volse-hubzilla-2e464cb909ed12fbc6b9c51e8360daf3f53b6a2c.tar.gz volse-hubzilla-2e464cb909ed12fbc6b9c51e8360daf3f53b6a2c.tar.bz2 volse-hubzilla-2e464cb909ed12fbc6b9c51e8360daf3f53b6a2c.zip |
make submit buttons look more or less like links
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 07a838f0b..572eafdfb 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -64,7 +64,10 @@ input { } input[type="submit"] { - background-color: #F8F8F8; + background-color: #F0F0F0; + font-weight: bold; + color: #0080FF; + text-decoration: none; } code { |