diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 439264c95f..8113692e51 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -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;