diff --git a/src/theme/solrsearch.less b/src/theme/solrsearch.less index bba6b30..88a98c8 100644 --- a/src/theme/solrsearch.less +++ b/src/theme/solrsearch.less @@ -250,9 +250,9 @@ .dimmer { top: 50% !important; left: 50% !important; + position: fixed !important; width: 100px; height: 100px; - position: fixed !important; border: 1px solid lightgray; opacity: 0.9; } @@ -283,11 +283,11 @@ padding-right: 1em; } .searchConditionsFieldFooter { + border-bottom: 1px; + border-bottom-style: solid; margin-top: 0.5em; margin-right: 1em; text-align: right; - border-bottom: 1px; - border-bottom-style: solid; .showMoreIndicator { color: @solr-color-interactive-blue; font-size: 13px;