Commit Graph

2324 Commits (master)

Author SHA1 Message Date
Jack Cherng 26fd266496 Fix variables defined in variable.less cannot be overwritten (#6819)
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
5 years ago
Aleksander Machniak be2e3f2154 Elastic: Fix handling new-line in text pasted to a recipient input 5 years ago
Aleksander Machniak 89a342a03a Elastic: Fix visual issue with long buttons in .boxwarning (#6797) 5 years ago
Aleksander Machniak 1e5284d245 Elastic: Improve #contactpic color/size 5 years ago
Aleksander Machniak 4b415c356c Elastic: Better Spellcheck icon (#6792) 5 years ago
Aleksander Machniak da678873b7 Elastic: FontAwesome 5.9.0 5 years ago
Aleksander Machniak 7af72e82fc Elastic: Fix some jumping effect in Chrome (#6677) 5 years ago
Aleksander Machniak 40f38221af Elastic: Remove unused png images 5 years ago
Aleksander Machniak 7e2e92909e Elastic: Optimize svg images for size 5 years ago
Aleksander Machniak 204a2c2d5b Elastic: Fix missing delete button in image upload widget in some browsers 5 years ago
Aleksander Machniak d19377d276 Elastic: Fix image in #contactpic element on iOS 9
Looks like some svg in a flex container issue. Changed technique to center the image.
5 years ago
Aleksander Machniak 183c62451a Elastic: Fix iframe height on iOS 9 5 years ago
Aleksander Machniak 668ca02c3f Larry: Fix some TinyMCE buttons 5 years ago
Aleksander Machniak 8cc0848d03 Elastic: Fix toolbar regressions in IE11 (#6765) 5 years ago
Aleksander Machniak 3194ca235b Update comment 5 years ago
Aleksander Machniak 9f11289e34 Fix toolbar on iOS (#6765) 5 years ago
Aleksander Machniak 9a8f4cb13d Elastic: Fix border radius on messages (again) 5 years ago
Peter Dey 92602734b1 Elastic: Add infrastructure to apply CSS styles to specific action dialogs/screens (#6749)
Examples:
* action-headers - The headers popup
* action-plugin-managesieve-action - The managesieve filter creation screen
5 years ago
Aleksander Machniak 5c131aff54 Elastic: Fix pretty select list height on mobile 5 years ago
Aleksander Machniak 14265248ce Elastic: Fix regression where on mobile scrollbar could have been missing in some pages 5 years ago
Aleksander Machniak 35b12620eb Elastic: Fix Firefox sub-pixel positioning issues
... by using size values rounded in less - in most prominent places.
There's still problem with form controls padding, but we'll work on this
when really needed.
5 years ago
Aleksander Machniak b8800c5b9a Elastic: Bring back border-radius for #messagestack objects 5 years ago
Aleksander Machniak 516a88e49d Elastic: Simplify some styles for .ui.alert 5 years ago
Aleksander Machniak 918c8859b6 Remove redundant rule
It actually broke some plugins after commit 5fb8e8cb86 (#6739).
5 years ago
Aleksander Machniak 8db00c6265 Elastic: Fix handling mailto: URL parameters in contact menu (#6751)
Also fix keyboard navigation in some menus, e.g. contact menu
5 years ago
Aleksander Machniak 6efa88f049 Enigma: Fix bug where revoked users/keys were not greyed out in key info
The 'deleted' class was assigned to the wrong (next) row in a table.
It also didn't work in Elastic skin at all because of the missing style.
5 years ago
Aleksander Machniak 3f351697c3 Elastic: Fix non-working @color-taskmenu-button-selected-hover 5 years ago
Aleksander Machniak 232d4be561 Elastic: Add text aligning for toolbar items
For very short button text e.g. "Add" the text has to be centered.
5 years ago
Aleksander Machniak cf51aead63 Larry: Fix regression where menu actions didn't work with keyboard (#6740)
For Elastic remove Space/Enter key handler on menus, so we use
default browser behaviour. Triggering a onclick programatically
causes popup window warning sometimes.
5 years ago
Aleksander Machniak 5fb8e8cb86 Elastic: Fix issue with absolute positioned mail content (#6739) 5 years ago
Aleksander Machniak 00ef5d05ef Merge branch 'master' into dev/elastic 5 years ago
Peter Dey 07d4996825 Elastic: Make header title in message view slightly wider, so we can fit the string "X-Original-To" (#6731) 5 years ago
Aleksander Machniak 68f4566b0f Get rid of widgets/mail.less
Move .image-tools to widgets/common.less, and the rest to styles.less.
5 years ago
Aleksander Machniak ce9c52e65a Merge branch 'master' into dev/elastic 5 years ago
Aleksander Machniak 7457829c49 Elastic: Don't use cursor:pointer on disabled switches 5 years ago
Aleksander Machniak 57c67db029 Remove year(s) from copyright headers + some cleanup 5 years ago
Aleksander Machniak f0811f6f50 DOn't use deprecated (and slow) selectors 5 years ago
Aleksander Machniak 0c419e4dd1 Elastic: .compact-table fixes 5 years ago
Aleksander Machniak 706313bdeb Elastic: Fix setting pretty select popup width
In some cases the min_width was set to value bigger than max_width.
5 years ago
Aleksander Machniak b8f27af8cb Elastic: Fix non-working pretty selects in Chrome browser (#6705) 5 years ago
Aleksander Machniak b304782cbc Elastic: Various cross-browser fixes and improvements 5 years ago
Aleksander Machniak 4d1b3e263a Elastic: Fix folders list scrolling on touch devices (#6706) 5 years ago
Aleksander Machniak b667f1ec02 Elastic: Better buttons alignment in .menu.footer .buttons 5 years ago
Aleksander Machniak c2a5ffeecb Elastic: Fix inactive options in #mailto-menu (regression) 5 years ago
Aleksander Machniak a75ad5e9b1 Elastic: Remove redundant styles 5 years ago
Aleksander Machniak b86472badf Elastic: Fix scrollbar issue in jQuery-UI dialogs
Bootstrap's box-sizing:border-box on everything does not work nice with jQuery-UI.
5 years ago
Aleksander Machniak 96df04b020 Elastic: Small spacing fix 5 years ago
Aleksander Machniak 79ca8bc40a Elastic: Small regression in .menu.footer 5 years ago
Aleksander Machniak f1e911ec03 Elastic: Toolbar/menus/layout refactoring
Refactoring for better consistency and simplicity.

5KB less in size of (minified) styles.css file.

Layout changes:
- body > #layout > .menu       -> #layout-menu
- body > #layout > .list       -> #layout-list
- body > #layout > .sidebar    -> #layout-sidebar
- body > #layout > .content    -> #layout-content

Toolbar/menu changes:
- .toolbar           -> .toolbar.menu
- .toolbarmenu       -> .menu.listing
- .menu-button       -> .task-menu-button
- .pagenav.toolbar   -> .pagenav.menu
- #taskmenu          -> #taskmenu.menu.toolbar
- .image-tools .menu -> .image-tools .menu.toolbar
- required .disabled class to de-activate menu items
- .button class is not required on .menu children
- merge toolbar.less and taskmenu.less into menu.less
- @color-toolbarmenu-hover            -> @color-menu-hover
- @color-toolbarmenu-hover-background -> @color-menu-hover-background

Also cleaned/removed some code in spellchecker.js. Made .googie_list a list not table.
5 years ago
Aleksander Machniak fae26eab13 Elastic: Add Prev/Next buttons on message page toolbar (#6648) 5 years ago
Aleksander Machniak d8488aae32 Disable spellcheker (hide button) if the list of languages is empty
Better handling of uninitialized (not installed) spellchecker engine.
Also prevent from PHP fatal error if enchant ext is not installed.
5 years ago
Aleksander Machniak 844ec53612 Elastic: Fix bug where toolbar disappears on attachment menu use in Chrome (#6677) 5 years ago
Aleksander Machniak b15e61a17f Elastic: Remove incorrect .proplist padding 5 years ago
Aleksander Machniak 3b4d07a055 Elastic: Close search options on Enter key press in quick-search input (#6660) 5 years ago
Aleksander Machniak d88fb7e4ff Elastic: Fix displaying (.invalid-feedback) error messages in forms 5 years ago
Aleksander Machniak 78070441de Elastic: Move Actions button from filters list footer to header 5 years ago
Aleksander Machniak 4fff3315d0 Elastic: Changed read/unread icons (#6636) 5 years ago
Aleksander Machniak 7387bfcd0c Elastic: Changed "Move to..." icon (#6637) 5 years ago
Aleksander Machniak 0f6f20c629 Elastic: Improve selector for table.propform content 5 years ago
Aleksander Machniak 3c760092a0 Merge branch 'johndoh-less_cleanup' 5 years ago
Aleksander Machniak 43e540f72f Elastic: Fix edit icon regression 5 years ago
Aleksander Machniak 5fb08eeb3f Elastic: Fix next/prev icons in toolbar 5 years ago
Aleksander Machniak 34ee036efc Merge branch 'less_cleanup' of https://github.com/johndoh/roundcubemail into johndoh-less_cleanup 5 years ago
PhilW 98f0abf9dd fix css selector 5 years ago
Aleksander Machniak c0b9c222fc Merge branch 'adv_options' of https://github.com/johndoh/roundcubemail into johndoh-adv_options 5 years ago
Aleksander Machniak b313295e45 Merge branch 'less_cleanup' of https://github.com/johndoh/roundcubemail into johndoh-less_cleanup 5 years ago
johndoh 8957f496db fix tiny typo (#6654) 5 years ago
PhilW 9543e6af7e remove some duplicate code in toolbar.less 5 years ago
Aleksander Machniak e3e9573391 Fix small issue when quota object does not specify 'title' 5 years ago
Thomas Bruederli 0c01dad398 Add margin to buttons inside alert boxes 5 years ago
Aleksander Machniak cc20de329d Elastic: Use Bootstrap's custom file input
... with localization and some js logic to display selected file(s) in the input.
5 years ago
Aleksander Machniak ede90c1f8c Elastic: Fix adding Cc/Bcc fields in Bounce dialog 5 years ago
Aleksander Machniak bca1397927 Fix links to Identities/Responses 5 years ago
PhilW fbc052e5df (Elastic) hide advanced settings sections 5 years ago
Aleksander Machniak e7816ccd36 Elastic: Keep original line wrapping in Message headers dialog 5 years ago
Aleksander Machniak 9b553aa2e0 Elastic: Improve "Mark all as read" dialog style (use .proplist) 5 years ago
Aleksander Machniak 147a2c8611 Elastic: Use appropriate icon for Mark button in "Mark all as read" dialog 5 years ago
Aleksander Machniak 553f83618e Elastic: Custom switch improvements 5 years ago
Aleksander Machniak 88c5507f29 Elastic: Replace .icon-checkbox with Bootstrap's custom switch 5 years ago
Aleksander Machniak b2b39ade23 Bootstrap 4.3.1 5 years ago
Aleksander Machniak 2373aea95c Elastic: Add style for .part-notice elements (like e.g. .boxwarning) 5 years ago
Athanasios Douitsis 2427b0967b Add icon for language selection form (#6624)
Trying to fix the appearance of the login-language selector for the new elastic theme.

This is a small addition which makes the login-language plugin present an icon, like the rest of the login form fields. I have also issued a request for the login form selector to drop the custom styles attribute: https://github.com/hassansin/roundcube-login-language/issues/11. These two (small) enhancements make the login form appear perfectly when the login-language plugin is used.

Here is the corrected result with these changes applied: https://imgur.com/a/5clC67e
5 years ago
johndoh d0c7e8d7c3 Remove favicon template object from template files (#6612) 5 years ago
Aleksander Machniak 43499432a5 Elastic: Fix height of select elements inside of composite fields
also make them pretty when added programatically.
5 years ago
Aleksander Machniak 9a757aa688 Keep meta and links together 5 years ago
johndoh 8f62aed866 Create new meta and links template objects, replace favicon (#6611) 5 years ago
Aleksander Machniak b6a3df2824 Update to jQuery-MiniColors 2.3.4
Fixes color picker issue when using Roundcube in an iframe.
5 years ago
johndoh fa754c4ebc Elastic: remove hover effect on dropbuttons when primary action is disabled (#6597) 5 years ago
Aleksander Machniak 834266c469 Elastic: Close popups when switching tabs 5 years ago
Aleksander Machniak d392e2d72a Elastic: Fix too small height of mailvelope mail preview frame (#6600) 5 years ago
PhilW e5f5e6576d add some selection options to contacts list 5 years ago
Aleksander Machniak 99ad249f6d Elastic: Add title with full folder name on folders list elements
if displayed folder name is truncated because of overflow.
5 years ago
Thomas Bruederli 3c6998d94e Slightly increase task menu width to better fit labels in other languages 5 years ago
Aleksander Machniak a859bd43a0 Elastic: Fix buttons in filters form 5 years ago
Aleksander Machniak 8e24761815 Elastic: Fix button regressions
I give up. The text is still about 2px up, but this
is because of how the font is rendered and that in latin languages
we end up with most letters not having descending parts.
Also, it's slightly better in Chrome than in Firefox.
5 years ago
Aleksander Machniak 5fafae7b2d Elastic: Move aboutcontent object inside div.frame-content 5 years ago
Aleksander Machniak c14371efdc Elastic: Fix buttons (again)
Last change make the button height too small, imo. Also in broke
slightly dialog buttons on mobile. The change also improves some
specific button styles, e.g. dialog Close button.
5 years ago
Thomas Bruederli 117bba6d2a Add SVG version of contact/group pictures
Artwork derived from free fontawesome icons
5 years ago
Thomas Bruederli a62479a311 Display small buttons in message-objects box 5 years ago
Thomas Bruederli 6b2def23e2 Improve button text and icon alignment 5 years ago
Aleksander Machniak a7721facdf Elastic: Fix recipient input on paste event 6 years ago
Aleksander Machniak 5c1154a4ba Elastic: Fix selected state colors in datepicker 6 years ago
Aleksander Machniak 3c89599890 Elastic: Add style for login-footer addons 6 years ago
Aleksander Machniak 81337b7f31 Elastic: Remove clear icon from recipient input in IE11 6 years ago
Aleksander Machniak d6184ab516 Elastic: Small IE11 fix 6 years ago
Aleksander Machniak de386b9614 Elastic: Fix login form in IE11 (#6565) 6 years ago
Aleksander Machniak 5d0a9a51e2 Elastic: Use Bootstrap's spinner (and spinner-border instead of custom fa-spin) 6 years ago
Aleksander Machniak 35a0909e06 Elastic: Revert form-control:invalid border changes (#6565) 6 years ago
Aleksander Machniak b85c5b3b7a Elastic: FontAwesome 5.6.3, use fire-alt instead of fire icon for Junk 6 years ago
Aleksander Machniak 328c32402d Elastic: Improve .form-control:invalid style (at least for Firefox) 6 years ago
Aleksander Machniak 72ef71097e Elastic: Add missing type attribute on buttons and remove href 6 years ago
Aleksander Machniak 1a5708eb23 Elastic: Change compact and signature icons (#6556) 6 years ago
Aleksander Machniak 39e81d4710 Elastic: FontAwesome 5.6.1 6 years ago
Aleksander Machniak 708ceb2ba0 Elastic: Add style for HTML editor content (use embed.css for this) 6 years ago
johndoh 03425d1d2b Add 'listoptions' container element (#6540) 6 years ago
Aleksander Machniak 5063d9bfd9 Elastic: Fix various issues with datepicker in parent window 6 years ago
Aleksander Machniak 3502d9cb2b Elastic: Displat datepicker in parent window 6 years ago
Aleksander Machniak 890aedb29b Elastic: Add missing style of current position for keyboard navigation in datepicker 6 years ago
Aleksander Machniak 58ffbe2a83 Elastic: Datepicker improvements
- Added real background overlay, to fix issues with clicking outside
  of the datepicker element
- Use better positioning technique
- Re-styling on calendar update
6 years ago
Aleksander Machniak 6d19d1466e Elastic: Fix disabled floating action buttons (#6530) 6 years ago
Aleksander Machniak 9b1d5f9eeb Elastic: Cleanup some styles + fixed small regression 6 years ago
Aleksander Machniak 3aac86eca7 Elastic: Add @color-list-unread-status var 6 years ago
Aleksander Machniak 3116c81ec6 Elastic: Small code cleanup 6 years ago
Aleksander Machniak 356e6c09f7 Elastic: Improve ui messages' colors, make loading message dark again 6 years ago
Aleksander Machniak 725a531420 Elastic: Remove unused @color-message-shadow 6 years ago
Aleksander Machniak 4935213fc6 Elastic: Remove hacks not needed since Bootstrap 4.1.3 6 years ago
Aleksander Machniak 084d47526f Elastic: Make the watermark logo gray (at least in browsers supporting background-blend-mode:luminosity) 6 years ago
Aleksander Machniak 5bb05680ac Elastic: Fix regression where "Select" option is disabled on mobile (#6523) 6 years ago
Aleksander Machniak 4480909db4 Elastic: Display full subject in mail preview (#6518) 6 years ago
Aleksander Machniak bba6c7e702 Elastic: Fix selection background on messages list 6 years ago
Aleksander Machniak c805f7eb42 Elastic: Visual improvements on logon screen 6 years ago
Aleksander Machniak e694b0f4cc Elastic: Fix some messages list icons in Chrome and IE 6 years ago
Aleksander Machniak cb6c79e2dd
Integrate markasjunk2 features into markasjunk - marking as non-junk + learning engine (#6504) 6 years ago
Aleksander Machniak 2289642908 Elastic: Add .sso icon for buttons 6 years ago
Aleksander Machniak 316d52c924 Elastic: Add title attribute to "open in new window" button 6 years ago
Aleksander Machniak 947d78432e Elastic: Fix border radius on first/last popup menu item 6 years ago
Aleksander Machniak dbd115d0d1 Elastic: Reset margin-top on .contact-head 6 years ago
Aleksander Machniak 5542e91b21 Elastic: Fix small regression 6 years ago
Aleksander Machniak b3063b518f Elastic: Add some devel_mode known issues to the README 6 years ago
Aleksander Machniak 0389ffdbab Elastic: On touch devices display attachment icons on messages list (#6296) 6 years ago
Aleksander Machniak 2d172126e7 Elastic: Remove redundant code 6 years ago
Aleksander Machniak f85a33f150 Elastic: Fix TypeError: Argument 1 of MutationObserver.observe is not an object 6 years ago
Aleksander Machniak 19a818a8b7 Elastic: Add "status bar" for mobile in mail composer 6 years ago
Aleksander Machniak 09c9443a54 Fix disabled acl table menu button (regression) 6 years ago
Aleksander Machniak 2940e2f948 Elastic: Fix blur and mouse selection on the recipient-input 6 years ago
Aleksander Machniak ab6b651ac9 - Make menu button inactive if all subactions are inactive (#6444)
Elastic skin only (for now)
6 years ago
Aleksander Machniak 288a0fa137 Elastic: Fix js error when accessing page jumper input with a Tab key 6 years ago
Aleksander Machniak 90a203fbbe Fix .recipient-input height regression 6 years ago
Aleksander Machniak 0551b0f9c4 Elastic: Increase popup windows' size 6 years ago
Aleksander Machniak e282b11d25 Elastic: Fix various small css issues 6 years ago