[DE PE SSE] Fix Bug 55865
This commit is contained in:
parent
37c1275b36
commit
3aff08333f
|
@ -46,6 +46,10 @@
|
|||
--f7-picker-item-text-color: rgba(var(--text-normal), 0.45);
|
||||
--f7-picker-item-selected-text-color: @text-normal;
|
||||
|
||||
--f7-input-bg-color: @background-primary;
|
||||
--f7-input-placeholder-color: @text-secondary;
|
||||
--f7-input-text-color: @text-normal;
|
||||
|
||||
.button {
|
||||
--f7-touch-ripple-color: transparent;
|
||||
}
|
||||
|
@ -86,7 +90,6 @@
|
|||
--f7-list-item-text-text-color: @text-normal;
|
||||
--f7-list-item-subtitle-text-color: @text-secondary;
|
||||
--f7-block-title-text-color: @text-secondary;
|
||||
--f7-input-placeholder-color: @text-secondary;
|
||||
--f7-label-text-color: @text-normal;
|
||||
--f7-page-bg-color: @background-tertiary;
|
||||
--f7-list-bg-color: @background-primary;
|
||||
|
@ -95,7 +98,6 @@
|
|||
--f7-toggle-inactive-color: @background-menu-divider;
|
||||
--f7-toggle-border-color: @background-menu-divider;
|
||||
--f7-actions-button-text-color: @text-normal;
|
||||
--f7-input-text-color: @text-normal;
|
||||
--f7-subnavbar-border-color: @background-menu-divider;
|
||||
--f7-list-border-color: @background-menu-divider;
|
||||
}
|
||||
|
@ -607,6 +609,7 @@
|
|||
.inputs-list {
|
||||
margin: 15px 0 0;
|
||||
ul {
|
||||
background: none;
|
||||
&::before, &::after {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue