summaryrefslogtreecommitdiff
path: root/views/default/css/elements/buttons.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/buttons.php')
-rw-r--r--views/default/css/elements/buttons.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/default/css/elements/buttons.php b/views/default/css/elements/buttons.php
index 323448e..36ad741 100644
--- a/views/default/css/elements/buttons.php
+++ b/views/default/css/elements/buttons.php
@@ -207,8 +207,8 @@ a.elgg-button {
font-weight:normal;
position:relative;
margin-left:0;
- color: white;
- border:1px solid #d86c2c;
+ color: #333;
+ border:1px solid #333;
-webkit-border-radius:4px;
-moz-border-radius:4px;
@@ -229,7 +229,7 @@ a.elgg-button {
}
.elgg-button-dropdown:hover {
- color: white;
+ color: #333;
background-color: #d86c2c;
text-decoration:none;
}