#13381 fixed style of creating credentials in dark theme

This commit is contained in:
Jorge Rincon 2024-04-12 13:17:16 +02:00
parent ee857a9e5f
commit d4ed21eac5
2 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -1221,13 +1221,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 {