diff options
Diffstat (limited to 'views/default/css')
-rw-r--r-- | views/default/css/elements/buttons.php | 4 | ||||
-rw-r--r-- | views/default/css/elements/components.php | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/views/default/css/elements/buttons.php b/views/default/css/elements/buttons.php index c2c813e..2d53ed1 100644 --- a/views/default/css/elements/buttons.php +++ b/views/default/css/elements/buttons.php @@ -57,7 +57,7 @@ a.elgg-button { /* Submit: This button should convey, "you're about to take some definitive action" */ .elgg-button-submit { - color: #bbb; + color: #ddd; text-shadow: 0 -1px 0px #000; box-shadow: 0px 1px 2px #333; border: none; @@ -107,7 +107,7 @@ a.elgg-button { /* Action: This button should convey a normal, inconsequential action, such as clicking a link */ .elgg-button-action { - color: #bbb; + color: #ddd; text-shadow: 0 -1px 0px #000; border: none; diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index 570673e..c572829 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -24,6 +24,10 @@ margin-left: 5px; } +.elgg-subtext { +margin-top: 3px; +} + /* *************************************** List *************************************** */ |