diff options
author | Friendika <info@friendika.com> | 2011-10-26 12:51:08 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-26 12:51:08 -0700 |
commit | 1aba538c96628468b84136386496ccc69050e810 (patch) | |
tree | 102830d438afcc8552db79a9284dc1555c8f9247 /view/theme/quattro/quattro.less | |
parent | 9f5d7b254b4edef7e7d2ffa14eb7c3c03ea516fe (diff) | |
parent | 6a8b96709e13b04a0657c25b4538c160e2118131 (diff) | |
download | volse-hubzilla-1aba538c96628468b84136386496ccc69050e810.tar.gz volse-hubzilla-1aba538c96628468b84136386496ccc69050e810.tar.bz2 volse-hubzilla-1aba538c96628468b84136386496ccc69050e810.zip |
Merge branch 'pull'
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; } |