diff options
author | friendica <info@friendica.com> | 2014-09-21 15:13:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-21 15:13:32 -0700 |
commit | 4aa1506c00db5f1efafdc186ba02adfde06afed1 (patch) | |
tree | 487889e98053449f264ce9f7ef7e8c1dc0b68c07 /view | |
parent | e76ab304670741be338feb0f02cb977fb0e562fe (diff) | |
parent | aa928d65eb1fcb7821452f5e2181f563ed0b6484 (diff) | |
download | volse-hubzilla-4aa1506c00db5f1efafdc186ba02adfde06afed1.tar.gz volse-hubzilla-4aa1506c00db5f1efafdc186ba02adfde06afed1.tar.bz2 volse-hubzilla-4aa1506c00db5f1efafdc186ba02adfde06afed1.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view')
-rw-r--r-- | view/css/conversation.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index a6540ffba..c7b381928 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -232,3 +232,9 @@ display: none; margin-top: 7px; } + +/* disable link handling for unknown entries */ +.dropdown-menu > li > a.disabled { + pointer-events: none; + cursor: default; +} |