diff options
author | friendica <info@friendica.com> | 2014-11-08 13:15:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-08 13:15:52 -0800 |
commit | 7a8842f4431a875d939722693b73baa99ccf53bc (patch) | |
tree | b3e4d80831b3af3286dfbe620a17d476024986f8 /view/theme | |
parent | adb5cec0d26bc7273a5e514721a1fa2f9124c49a (diff) | |
parent | 862f0ff29addc5a764f5544ad64ac5453e818801 (diff) | |
download | volse-hubzilla-7a8842f4431a875d939722693b73baa99ccf53bc.tar.gz volse-hubzilla-7a8842f4431a875d939722693b73baa99ccf53bc.tar.bz2 volse-hubzilla-7a8842f4431a875d939722693b73baa99ccf53bc.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 156e16687..06f24eedd 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2143,6 +2143,10 @@ blockquote { border-radius: $radiuspx; } +nav .badge:hover { + background-color: #999; +} + .dropdown-menu { font-size: $body_font_size; border-radius: $radiuspx; |