Closed firstcryptoman closed 7 months ago
The update introduces visual enhancements to the application's user interface. It focuses on improving the aesthetics and usability of various elements. Menu bar items now boast a sleek black text color for better readability. The styling tweaks in the CSS file refine the appearance of combo boxes, ensuring a polished and consistent UI experience.
File(s) | Summary |
---|---|
src/qt/bitcoingui.cpp |
Set menu bar items' text color to black. |
src/qt/res/css/firo.css |
Enhanced styling in firo.css : - Made QComboBox::indicator background transparent. - Added max-height: 25px to QComboBox::item . |
🐇✨
In the realm of code, where changes abound,
A rabbit hopped in, improvements found.
Black text, transparent cues, all around,
A cleaner UI, in beauty, unbound.
Hop, hop, hurray, for the changes profound!
🌟🐰
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Fixed oversized dropdowns that covered other UI elements. Adjustments:
Made combobox indicators transparent. Set a max-height of 25px for dropdown items.
Improved the top bar's text visibility by explicitly setting the text color to black, ensuring it does not rely on the OS's default colors, which caused readability issues.
3.Backup Wallet Menu Font Readability with Dark UI Theme #1422
Enhanced the readability of the folder's fonts in the "Backup Wallet" menu when using a dark UI theme.
Summary by CodeRabbit