fixed private mention popup in firefox
This commit is contained in:
parent
a44ca157e6
commit
2b8b824230
2 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
|||
= t('.to')
|
||||
.span-10.last
|
||||
= text_field_tag "contact_autocomplete"
|
||||
.clearfix
|
||||
|
||||
.span-2
|
||||
%h4
|
||||
|
|
|
|||
2
public/stylesheets/vendor/autoSuggest.css
vendored
2
public/stylesheets/vendor/autoSuggest.css
vendored
|
|
@ -32,6 +32,8 @@ ul.as-selections li.as-selection-item {
|
|||
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1));
|
||||
border: 1px solid #acc3ec;
|
||||
padding: 0;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 6px;
|
||||
border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue