andrejilderda / joplin-macos-native-theme

Native looking macOS theme for note taking app Joplin
MIT License
279 stars 14 forks source link

Fix #124: Show "text color" option in rich text editor toolbar #127

Closed personalizedrefrigerator closed 3 months ago

personalizedrefrigerator commented 4 months ago

Summary

Adds CSS to unhide the "text color" option in the rich text editor. The text color option is contained within a div.tox-split-button, rather than a button in the dropdown.

A padding adjustment (padding: 0.5rem 0;) was required to make the added text appear centered in the new option.

Resolves #124.

Screenshots

screenshot: Text color option visible in toolbar submenu screenshot: Dark mode, text color selector option

Note: Screenshots are from Joplin 3.0.6.

andrejilderda commented 3 months ago

Nice, thanks a lot @personalizedrefrigerator!