diff options
author | friendica <info@friendica.com> | 2014-07-24 22:29:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-24 22:29:03 -0700 |
commit | 18f5890cb14e7c40909fdb92bffefee3415ba411 (patch) | |
tree | b5b529f0aae7679606f54601463b624f3c73f1e4 /view/theme/redbasic/css | |
parent | 5dcd0654d44b21503663801b8b5fb5d76ae4f015 (diff) | |
download | volse-hubzilla-18f5890cb14e7c40909fdb92bffefee3415ba411.tar.gz volse-hubzilla-18f5890cb14e7c40909fdb92bffefee3415ba411.tar.bz2 volse-hubzilla-18f5890cb14e7c40909fdb92bffefee3415ba411.zip |
make profile edit pencil stand out a bit on darker backgrounds
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7e45a167b..13510b55c 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -433,6 +433,7 @@ aside li { opacity: 0.3; filter:alpha(opacity=30); float: right; + margin-top: -3px; } .profile-edit-side-link:hover { opacity: 1.0; |