diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-10-26 05:28:17 -0700 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-10-26 05:28:17 -0700 |
commit | 6a8b96709e13b04a0657c25b4538c160e2118131 (patch) | |
tree | e33f08ec7912966a52170c55b6180eb6210abbc0 /view/theme/quattro/quattro.less | |
parent | 6d6136cdb5a2149037c3cf315b3fa81a72bd7d55 (diff) | |
parent | 7060debeca0d1c36871611a00c150850042b69c1 (diff) | |
download | volse-hubzilla-6a8b96709e13b04a0657c25b4538c160e2118131.tar.gz volse-hubzilla-6a8b96709e13b04a0657c25b4538c160e2118131.tar.bz2 volse-hubzilla-6a8b96709e13b04a0657c25b4538c160e2118131.zip |
Merge pull request #37 from fabrixxm/master
autocomplete contacts metions
Diffstat (limited to 'view/theme/quattro/quattro.less')
-rw-r--r-- | view/theme/quattro/quattro.less | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 1fbeb7ae2..ea699d5c6 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -192,6 +192,29 @@ ul.menu-popup { } +/* autocomplete popup */ +.acpopup { + max-height:150px; + background-color:@MenuBg; + color: @Menu; + border:1px solid #MenuBorder; + overflow:auto; + z-index:100000; + .shadow(); +} +.acpopupitem { + color: @MenuItem; padding: 4px; + clear:left; + img { + float: left; + margin-right: 4px; + } + &.selected{ + background-color: @MenuItemHoverBg; + } +} + + #nav-notifications-menu { width: 400px; img { float: left; margin-right: 5px; } |