Fix neutral color on login (no theme yet selected)

This commit is contained in:
Laurent Destailleur 2017-01-08 11:20:29 +01:00
parent 76a53dfb7d
commit 41832a0c26
2 changed files with 2 additions and 2 deletions

View File

@ -262,7 +262,7 @@ input, input.flat, textarea, textarea.flat, form.flat select, select, select.fla
input:focus, textarea:focus, button:focus, select:focus {
/* box-shadow: 0 0 4px #8091BF; */
border-bottom: 1px solid #8091BF !important;
border-bottom: 1px solid #aaa !important;
}
textarea.cke_source:focus
{

View File

@ -262,7 +262,7 @@ input, input.flat, textarea, textarea.flat, form.flat select, select, select.fla
input:focus, textarea:focus, button:focus, select:focus {
/* box-shadow: 0 0 4px #8091BF; */
border-bottom: 1px solid #8091BF !important;
border-bottom: 1px solid #aaa !important;
}
textarea.cke_source:focus
{