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

            Bug ID: 40040
           Summary: RTL CSS files not loaded in templates; legacy
                    right-to-left.css causing UI issues
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Staff interface
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

Created attachment 182880
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182880&action=edit
RTL: Dropdown menus to have background colors that make text unreadable

Hello everyone,

Currently, the staff interface loads both regular CSS files for LTR and then
adds `right-to-left.css` on top when in RTL (bidi) mode. This approach is
inefficient and can lead to styling conflicts. The OPAC interface already
correctly loads RTL-specific CSS files directly when in RTL mode.

The right-to-left.css file is manually maintained and not generated by Gulp,
unlike other RTL files that are automatically generated from their LTR
counterparts. This results in inconsistent RTL styling.

Currently, right-to-left.css is causing dropdown menus to have background
colors that make text unreadable (see attachment).

I preparing a patch to fix that.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to