mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
Fix LSview-actions-dropdown first li border top color
This commit is contained in:
parent
c29240d771
commit
ff3ca35bed
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue