mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
XFA - Don't show outline on focused textfields
This commit is contained in:
parent
a3b0596cf2
commit
897a679723
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@
|
|||
.xfaTextfield:focus,
|
||||
.xfaSelect:focus {
|
||||
background-color: transparent;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.xfaTextfield,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue