mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
removed outline for input fields
This commit is contained in:
@ -28,6 +28,10 @@ div::-moz-selection {
|
||||
background: #D8DADC; /* Gecko Browsers */
|
||||
}
|
||||
|
||||
textarea:focus, input:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.button {
|
||||
background: #fff;
|
||||
outline: none;
|
||||
|
||||
Reference in New Issue
Block a user