Skip to content

Commit

Permalink
Refs #143873 - Mlt dropdown styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Jan 10, 2022
1 parent e0cb93c commit 191b45a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,19 @@ div#page-document {
margin-bottom: 0.5em;
clear: both;

div.menu.mlt {
top: -100%;
left: -5px;

div.item {
padding: 5px !important;
font-size: 10px;
background: @sf-azure;
color: white;
font-weight: 400;
}
}

&:hover {
div.controls {
button {
Expand Down

0 comments on commit 191b45a

Please sign in to comment.