Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06d9e072 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

contact app fix

parent 68f12baf
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1796,4 +1796,18 @@ input[type='reset'] {
    font-weight: bold;
    border-radius: var(--border-radius-pill);
}
div.select2-drop .select2-search input.primary,
select.primary,
button:not(.button-vue).primary,
.button.primary,
input:not([type='range']).primary,
textarea.primary,
div[contenteditable=true].primary,
.pager li a.primary {
    background-color: var(--color-primary-element);
    border-color: var(--color-primary-element);
    color: var(--color-primary-text);
    cursor: pointer;
}