Fix LSview-actions-dropdown first li border top color

This commit is contained in:
Benjamin Renard 2020-06-02 21:20:21 +02:00
parent c29240d771
commit ff3ca35bed
2 changed files with 7 additions and 1 deletions

View file

@ -516,7 +516,7 @@ input[type='submit'].LSview_search {
ul.LSview-actions-dropdown-opened li.LSview-actions:first-of-type { ul.LSview-actions-dropdown-opened li.LSview-actions:first-of-type {
margin-top: 22px; margin-top: 22px;
border-top: 1px solid; border-top: 1px solid #0072b8;
} }
} }

View file

@ -228,6 +228,12 @@ li.LSview-actions, div.LSform_layout, h1, form.LSglobal_search, div.LSformElemen
border-color: var(--medium-color); border-color: var(--medium-color);
} }
@media (max-width: 1024px) {
ul.LSview-actions-dropdown-opened li.LSview-actions:first-of-type {
border-color: var(--medium-color);
}
}
h1, li.LSview-actions, li.menu a:hover { h1, li.LSview-actions, li.menu a:hover {
color: var(--medium-color); color: var(--medium-color);
} }