Pull back existing styles and namespace them as the control variant.

This commit is contained in:
Paulo Reis 2016-07-21 14:12:14 +01:00
parent c076d76c7d
commit 5c6d6f0e74

View file

@ -252,6 +252,21 @@
margin-bottom:0px;
}
.sl_references_search_hint-varDefault {
position: absolute;
bottom: -22px;
left: -1px;
right: 0px;
text-align: center;
padding: 2px;
background: rgb(202, 214, 250);
border: 1px solid lightgray;
box-shadow: 3px 3px 5px rgba(0,0,0,.2);
span {
color: black;
}
}
.sl_references_search_hint-varButton {
position: absolute;
bottom: -65px;