Skip to content

Commit

Permalink
Refs #140518 - Improve dimmer styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 21, 2021
1 parent a7800d8 commit 07a999e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,12 @@ body.searchlib-page {
div.ui.dimmer.facet-dimmer {
padding: 10px;
// background-color: @sf-medium-gray2;
background-color: rgba(140, 140, 140, 0.9);
background-color: rgba(130, 150, 166, 0.72);

> div.content {
padding: 20px;
background-color: @sf-blue;
background-color: @sf-light-gray2;
box-shadow: 1px 3px 3px 0px #69747d, 1px 3px 15px 2px #69747d;
}

button.show-filters {
Expand Down

0 comments on commit 07a999e

Please sign in to comment.