Fix neutral color on login (no theme yet selected)
This commit is contained in:
parent
76a53dfb7d
commit
41832a0c26
@ -262,7 +262,7 @@ input, input.flat, textarea, textarea.flat, form.flat select, select, select.fla
|
|||||||
|
|
||||||
input:focus, textarea:focus, button:focus, select:focus {
|
input:focus, textarea:focus, button:focus, select:focus {
|
||||||
/* box-shadow: 0 0 4px #8091BF; */
|
/* box-shadow: 0 0 4px #8091BF; */
|
||||||
border-bottom: 1px solid #8091BF !important;
|
border-bottom: 1px solid #aaa !important;
|
||||||
}
|
}
|
||||||
textarea.cke_source:focus
|
textarea.cke_source:focus
|
||||||
{
|
{
|
||||||
|
|||||||
@ -262,7 +262,7 @@ input, input.flat, textarea, textarea.flat, form.flat select, select, select.fla
|
|||||||
|
|
||||||
input:focus, textarea:focus, button:focus, select:focus {
|
input:focus, textarea:focus, button:focus, select:focus {
|
||||||
/* box-shadow: 0 0 4px #8091BF; */
|
/* box-shadow: 0 0 4px #8091BF; */
|
||||||
border-bottom: 1px solid #8091BF !important;
|
border-bottom: 1px solid #aaa !important;
|
||||||
}
|
}
|
||||||
textarea.cke_source:focus
|
textarea.cke_source:focus
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user