mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
CSS: Set proper focus styles for inputs in login view
This commit is contained in:
parent
07a8a1f234
commit
61ce6fcc1d
@ -94,6 +94,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:focus,
|
||||||
|
input[type="submit"]:focus {
|
||||||
|
outline: 3px solid fade(@icinga-blue, 50%);
|
||||||
|
}
|
||||||
|
|
||||||
.form-controls {
|
.form-controls {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user