mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(config) port, sslPort: add focus:invalid:focus
This commit is contained in:
parent
a02a4a3ee6
commit
846b2a46bc
1 changed files with 7 additions and 0 deletions
|
|
@ -23,6 +23,13 @@
|
|||
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
||||
}
|
||||
|
||||
.config .form-control:focus:invalid:focus {
|
||||
border-color: #e9322d;
|
||||
-webkit-box-shadow: 0 0 6px #f8b9b7;
|
||||
-moz-box-shadow: 0 0 6px #f8b9b7;
|
||||
box-shadow: 0 0 6px #f8b9b7;
|
||||
}
|
||||
|
||||
.config .form-control:focus {
|
||||
border-color: #66afe9;
|
||||
outline: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue