Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/contacts.css.scss')
-rw-r--r--app/assets/stylesheets/contacts.css.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/contacts.css.scss b/app/assets/stylesheets/contacts.css.scss
index fe872dd27..56ad441d3 100644
--- a/app/assets/stylesheets/contacts.css.scss
+++ b/app/assets/stylesheets/contacts.css.scss
@@ -19,7 +19,8 @@
width: 150px;
&:focus { width: 250px; }
}
- & > a, #aspect_controls > a {
+ #aspect_controls > .contacts_button {
+ cursor: pointer;
text-decoration: none;
margin-right: 25px;
}