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:
Jose Martin 2024-04-12 12:04:00 +00:00
commit c9c6a61f41
2 changed files with 3 additions and 3 deletions

View File

@ -12283,7 +12283,7 @@ ul.tag-editor {
cursor: text; cursor: text;
font: normal 14px sans-serif; font: normal 14px sans-serif;
color: #333333; color: #333333;
background: #f6f7fb; background: var(--secondary-color);
line-height: 20px; line-height: 20px;
} }

View File

@ -1222,13 +1222,13 @@ li > input[type="text"]:not(.search_input),
li > input[type="email"], li > input[type="email"],
li > input[type="password"] { li > input[type="password"] {
background-color: transparent; background-color: transparent;
border: none; /*border: none;
border-radius: 0; border-radius: 0;
border-bottom: 1px solid #ccc; border-bottom: 1px solid #ccc;
font-weight: inherit; font-weight: inherit;
padding: 0px 0px 2px 0px; padding: 0px 0px 2px 0px;
box-sizing: border-box; box-sizing: border-box;
margin-bottom: 4px; margin-bottom: 4px;*/
} }
a:hover { a:hover {