summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_popover.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-29 00:02:17 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-29 00:02:17 +0500
commit110bc3e7e9258903230780b25478b03c562cded8 (patch)
treeb57ee6536e6e388c1711ceff47e74f69cfd91a0d /web/sass-files/sass/partials/_popover.scss
parent2935e7c1bf7aa02efd395e5877f7073461916677 (diff)
downloadchat-110bc3e7e9258903230780b25478b03c562cded8.tar.gz
chat-110bc3e7e9258903230780b25478b03c562cded8.tar.bz2
chat-110bc3e7e9258903230780b25478b03c562cded8.zip
Multiple UI changes
Diffstat (limited to 'web/sass-files/sass/partials/_popover.scss')
-rw-r--r--web/sass-files/sass/partials/_popover.scss30
1 files changed, 30 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_popover.scss b/web/sass-files/sass/partials/_popover.scss
index 4a2ad2748..4f5f1d215 100644
--- a/web/sass-files/sass/partials/_popover.scss
+++ b/web/sass-files/sass/partials/_popover.scss
@@ -28,6 +28,36 @@
@include single-transition(opacity, 0.3s, ease-in);
font-size: em(13px);
+ &.autocomplete {
+ display: block;
+ .popover-content {
+ padding: 10px;
+ position: relative;
+ }
+ }
+
+ .search-autocomplete__item {
+ cursor: pointer;
+ padding: 6px 8px;
+ margin: 3px 0;
+ @include border-radius(2px);
+
+ &:hover {
+ background: rgba(black, 0.1);
+ }
+
+ &.selected {
+ background: rgba(black, 0.2);
+ }
+
+ .profile-img {
+ margin-top: -1px;
+ height: 16px;
+ margin-right: 6px;
+ width: 16px;
+ }
+ }
+
&.bottom > .arrow {
top: -18px;
border-width: 9px;