Merge branch 'ent-13381-creacion-de-credenciales-en-tema-oscuro-pierde-estilo' into 'develop'
Ent 13381 creacion de credenciales en tema oscuro pierde estilo See merge request artica/pandorafms!7195
This commit is contained in:
commit
c9c6a61f41
|
@ -12283,7 +12283,7 @@ ul.tag-editor {
|
|||
cursor: text;
|
||||
font: normal 14px sans-serif;
|
||||
color: #333333;
|
||||
background: #f6f7fb;
|
||||
background: var(--secondary-color);
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
|
|
|
@ -1222,13 +1222,13 @@ li > input[type="text"]:not(.search_input),
|
|||
li > input[type="email"],
|
||||
li > input[type="password"] {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
/*border: none;
|
||||
border-radius: 0;
|
||||
border-bottom: 1px solid #ccc;
|
||||
font-weight: inherit;
|
||||
padding: 0px 0px 2px 0px;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 4px;*/
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
|
Loading…
Reference in New Issue