diff options
author | RedMatrix <info@friendica.com> | 2014-11-09 07:06:31 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-11-09 07:06:31 +1100 |
commit | ec4e4b82e958e7ba5a4efc8c370917c3e10bcba0 (patch) | |
tree | 399cd4a1b79f61530924ea59670af0bdd6cee5be /view/theme | |
parent | b29a968be8df52cd7c9b6d5bebb618534788337c (diff) | |
parent | b5fad9feefd0f261807222d8a4c42ead6253a65c (diff) | |
download | volse-hubzilla-ec4e4b82e958e7ba5a4efc8c370917c3e10bcba0.tar.gz volse-hubzilla-ec4e4b82e958e7ba5a4efc8c370917c3e10bcba0.tar.bz2 volse-hubzilla-ec4e4b82e958e7ba5a4efc8c370917c3e10bcba0.zip |
Merge pull request #680 from pafcu/master
Some hlighlighting on hover
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; |