[IMP] search: softer CSS for search autocompletion popup

This commit is contained in:
Olivier Dony 2014-07-01 02:08:47 +02:00
parent aa768850c9
commit 3ce42a2ddb
2 changed files with 14 additions and 6 deletions

View File

@ -1569,15 +1569,21 @@
position: absolute;
width: 300px;
background-color: white;
border: 1px solid black;
border: 1px solid #afafb6;
z-index: 666;
margin-top: 5px;
margin-top: 2px;
cursor: default;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.openerp .oe_searchview .oe-autocomplete ul {
list-style-type: none;
padding-left: 0;
margin: 5px;
margin: 5px 0px;
}
.openerp .oe_searchview .oe-autocomplete ul li {
padding-left: 20px;

View File

@ -1294,14 +1294,16 @@ $sheet-padding: 16px
position: absolute
width: 300px
background-color: white
border: 1px solid black
border: 1px solid #afafb6
z-index: 666
margin-top: 5px
margin-top: 2px
cursor: default
@include radius(3px)
@include box-shadow(0 1px 4px rgba(0, 0, 0, 0.3))
ul
list-style-type: none
padding-left: 0
margin: 5px
margin: 5px 0px
li
padding-left: 20px
text-shadow: 0 0 0 white