Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
AgeCommit message (Collapse)Author
2022-08-28Fix bug where mobile toolbar menu button could go out of screenAleksander Machniak
2022-08-28Remove redundant gettext() callsAleksander Machniak
2022-07-10Use smaller intervalAleksander Machniak
2022-07-09Fix attachment Options popover menu after attachment delete (#8602)Aleksander Machniak
2022-06-19Fix css styles of the email recipient element while dragging (#8580)Aleksander Machniak
2022-05-14Refactor scrollbar styles handlingAleksander Machniak
- fix Firefox >= 100 issue where the thin scrollbar becomes very very thin, i.e. don't use scrollbar-width:thin in Firefox - remove separate width setting for dark mode - move all scrollbar setting occurrences into one place
2022-04-30Elastic: Fix text color in popover header (on mobile)Aleksander Machniak
2022-04-30Fix problem with aria-hidden=true on toolbar menus in the Elastic skin (#8517)Aleksander Machniak
2022-02-12Fix bug where attachment icons were stuck at the top of the messages list in ↵Aleksander Machniak
Safari (#8433)
2022-01-22Elastic: Make the scrollbar color lighter in dark mode (#8345)Aleksander Machniak
2022-01-09Improve/Fix wrapping of plain text messages on preview and reply (#6974, ↵Aleksander Machniak
#8391, #8378, #8289) In short, we always wrap, but we detect patches/diffs in the text and make them unwrappable.
2021-12-21Fix scrolling and missing Close button in the Select image dialog in ↵Aleksander Machniak
Elastic/mobile (#8367)
2021-12-19Fix var nameAleksander Machniak
2021-12-19Elastic: Use thin scrollbars in both light and dark modeAleksander Machniak
Add an easy way to not use custom scrollbars (via less vars)
2021-12-19Elastic: Clarify the scrollbar width in ChromeAleksander Machniak
2021-12-19Elastic: Don't set webkit scrollbar width when @scrollbar-width = autoAleksander Machniak
I.e. prefer the default browser scrollbar style
2021-12-19Elastic: move scrollbar settings to variables (#8352)Philip Weir
2021-11-27Moved the Larry skin to its own repository (#8271)Aleksander Machniak
2021-11-14Moved the Classic skin to its own repository (#8271)Aleksander Machniak
https://github.com/roundcube/classic
2021-11-11Fix order of preference for dark mode logo selection (#8298) (#8300)Steve Marshall
2021-11-07Improve searching by sender/recipient headers, support Reply-To and ↵Aleksander Machniak
Followup-To (#6582)
2021-10-27Fix bug in Larry skin where headers toggle state was reset on full page ↵Aleksander Machniak
preview (#8203)
2021-10-27Roboto Font v29Aleksander Machniak
2021-10-25Identicon: Make background color of the image to match the current skin ↵Aleksander Machniak
colors (#8256)
2021-10-24Fix handling of dark_mode_support:false setting in skins meta.json - also ↵Aleksander Machniak
when devel_mode=false (#8249)
2021-10-23Fix colors on "Show source" page in dark mode (#8246)Aleksander Machniak
2021-10-22Fix so dark mode state is retained after closing the browser (#8237)Aleksander Machniak
2021-09-26Add possibility to disable line-wrapping of sent mail body (#5101)Aleksander Machniak
2021-09-25Fix handling of dark_mode_support:false setting in skins meta.json (#8186)Aleksander Machniak
2021-09-18Add ability to mark multiple messages as not deleted at once (#5133)Aleksander Machniak
The option is visible when flag_for_deletion=true and skip_deleted=false.
2021-08-29Elastic: Make sure popovers/menus are above TinyMCE dialogsAleksander Machniak
2021-08-28Support responses (snippets) in HTML format (#5315)Aleksander Machniak
2021-08-28Avoid unnecessary page break before large blockquote (#8181)Malcolm Scott
When printing a message with a large <blockquote> (e.g. a reply to a long thread), Firefox tries to avoid breaking the page within the blockquote so may add a page break before it, causing the unquoted part of the message to appear on a mostly-blank page.
2021-08-04Fix bug where vertical scrollbar in new HTML message bounced back on scroll ↵Aleksander Machniak
(#8046)
2021-07-14Fix handling of group names with @ character in autocomplete and contacts ↵johndoh
widget #8098 (#8101)
2021-07-03Fix shift + drag'n'drop menu not working Elastic skin with Chrome browser ↵Aleksander Machniak
(#8107)
2021-05-30Submit various simple dialog forms with the Enter key (#7133)Aleksander Machniak
2021-05-16Vcard_attachments: Improve handling of multiple contacts (#7027)Aleksander Machniak
2021-05-09TinyMCE 5.8.0Aleksander Machniak
2021-05-01Warn the user about a potential data leak on mail bounce or forward (#7993)Aleksander Machniak
2021-04-18Spelling (#8001)Josh Soref
2021-04-11Enigma: Display an information that public and private keys are stored on ↵Aleksander Machniak
the server (#7941)
2021-04-04Fix invalid search fields after search scope change (#6919)Aleksander Machniak
- Don't start search on initerval and scope search - Use currently selected criteria instead of the criteria defined in search_mods[*]
2021-03-27Fix bug where assigning users to groups via menu (not drag'n'drop) could ↵Aleksander Machniak
fail in Elastic theme (#7973) Fixed by properly destroying all entity selectors.
2021-03-24Fix Elastic's pretty select scroll position in Chrome (#7964)Aleksander Machniak
2021-03-21Add IDN homograph attack (spoofing) detection [CVE-2019-15237] (#6891)Aleksander Machniak
2021-03-10Elastic: Fix deleting colorMode cookieAleksander Machniak
2021-03-06Fix bug when sending an email and recipient's email address contains a ↵Aleksander Machniak
trailing dot (#7899)
2021-03-04Fix bug causing some HTML message content to be not centered in Elastic skin ↵Aleksander Machniak
(#7911)
2021-02-20Elastic: Disable subject selection in messagelist (#6724)Harald Leithner