aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-16 19:27:06 -0800
committerfriendica <info@friendica.com>2013-11-16 19:27:06 -0800
commit2e464cb909ed12fbc6b9c51e8360daf3f53b6a2c (patch)
tree3376db6e2bc0f5aab62dd0f5ad2c20a62d2858f2 /view/theme/redbasic
parent808f0fc1d4bd77799756d5430cc7f6e435bec225 (diff)
downloadvolse-hubzilla-2e464cb909ed12fbc6b9c51e8360daf3f53b6a2c.tar.gz
volse-hubzilla-2e464cb909ed12fbc6b9c51e8360daf3f53b6a2c.tar.bz2
volse-hubzilla-2e464cb909ed12fbc6b9c51e8360daf3f53b6a2c.zip
make submit buttons look more or less like links
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css5
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 {