diff options
author | marijus <mario@mariovavti.com> | 2014-02-28 23:04:38 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-02-28 23:04:38 +0100 |
commit | b390336016cb7b0d60251efd719bbecf635c1945 (patch) | |
tree | 689902360bf408c1ba5c5f1d226dfcedf1c91e14 /view/theme | |
parent | 745f20ccbfdc73906a249f314fe5fc68a7d3e386 (diff) | |
download | volse-hubzilla-b390336016cb7b0d60251efd719bbecf635c1945.tar.gz volse-hubzilla-b390336016cb7b0d60251efd719bbecf635c1945.tar.bz2 volse-hubzilla-b390336016cb7b0d60251efd719bbecf635c1945.zip |
add hover effect to usermenu caret
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 11 |
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; } |