diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-01 21:48:21 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-05-01 21:48:21 +0000 |
commit | 4c9f5031eb5d59c3e637ac0f41af9721f331580d (patch) | |
tree | 6383ecf3aceee64f31390bf72801f83b2a15fdd8 /view/theme/redbasic/css | |
parent | efa943dddcb6cb84246a3b6b951c91c5282febf6 (diff) | |
download | volse-hubzilla-4c9f5031eb5d59c3e637ac0f41af9721f331580d.tar.gz volse-hubzilla-4c9f5031eb5d59c3e637ac0f41af9721f331580d.tar.bz2 volse-hubzilla-4c9f5031eb5d59c3e637ac0f41af9721f331580d.zip |
Dark schema: there are some minor issues left, but this one should go first
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0f34ea795..f67a34c2a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2018,7 +2018,7 @@ img.mail-list-sender-photo { /* widgets */ .widget { - border-bottom: 1px solid #eec; + border-bottom: 1px solid $widget_brdrcolour; -moz-border-radius: $radiuspx; -webkit-border-radius: $radiuspx; border-radius: $radiuspx; |