[Koha-bugs] [Bug 27514] Input boxes change size when selected

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 4 20:15:44 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27514

Ron Houk <rhouk at ottumwapubliclibrary.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rhouk at ottumwapubliclibrary.
                   |                            |org

--- Comment #2 from Ron Houk <rhouk at ottumwapubliclibrary.org> ---
This is happening to me as well with Firefox > 80 on Linux.  It doesn't happen
with my current Firefox-esr because it is at 78.8.  Might it somehow be related
to theming and the change in Firefox's support for the css property
"appearance" ?

Currently for a workaround I've got 

```

input[type="text"], textarea {
appearance:none;
} 

```

in IntranetUserCSS.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list