aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-01 17:55:15 -0800
committerfriendica <info@friendica.com>2014-03-01 17:55:15 -0800
commit4c2224e9521fee601db7c3a0339d4a8272d409a5 (patch)
tree84b8b300cda9889766c7a237dae457ec0cc1ea89 /view/theme
parentcc77538c69dc019af6b1bd03ee39db93395782c2 (diff)
parent52c20851769991448637d14459976367679f5af7 (diff)
downloadvolse-hubzilla-4c2224e9521fee601db7c3a0339d4a8272d409a5.tar.gz
volse-hubzilla-4c2224e9521fee601db7c3a0339d4a8272d409a5.tar.bz2
volse-hubzilla-4c2224e9521fee601db7c3a0339d4a8272d409a5.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 2efe79dcc..c410c61bc 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2210,6 +2210,14 @@ nav .dropdown-menu {
border-bottom-left-radius: $radiuspx;
}
+#usermenu-caret {
+ color: #999;
+}
+
+#avatar:hover + #usermenu-caret {
+ color: #fff;
+}
+
/* bootstrap overrides */
blockquote {
font-size: $body_font_size;
@@ -2221,8 +2229,5 @@ blockquote {
}
.dropdown-menu img {
- width: 32px;
- height: 32px;
- margin-right: 5px;
border-radius: $radiuspx;
}