|
2 | 2 | Firefox userChrome.css tweaks: main file |
3 | 3 | |
4 | 4 | Custom CSS for Firefox 128+ |
5 | | - Current version: 4.6.1 |
| 5 | + Current version: 4.6.2 |
6 | 6 |
|
7 | 7 | Based on 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons CSS code |
8 | 8 | Github: https://github.com/aris-t2/customcssforfx |
|
351 | 351 | ---------------------------------------- |
352 | 352 | |
353 | 353 | [!] only use one option at a time |
| 354 | + [!] custom_backforward_connected_to_location_bar.css not working on Fx 133+ |
354 | 355 | */ |
355 | 356 |
|
356 | 357 | /* @import "./css/buttons/custom_backforward_large_ff2.css"; /**/ |
|
374 | 375 | /* @import "./css/buttons/custom_backforward_small_kempelton.css"; /**/ |
375 | 376 | /* @import "./css/buttons/custom_backforward_small_phoenix.css"; /**/ |
376 | 377 | /* @import "./css/buttons/custom_backforward_connected.css"; /**/ /* round */ |
377 | | -/* @import "./css/buttons/custom_backforward_connected_to_location_bar.css"; /**/ /* round */ |
378 | | -/* @import "./css/buttons/custom_backforward_connected_alt.css"; /**/ /* squared*/ |
379 | | -/* @import "./css/buttons/custom_backforward_connected_to_location_bar_alt.css"; /**/ /* squared*/ |
| 378 | +/* @import "./css/buttons/custom_backforward_connected_to_location_bar.css"; /**/ /* round */ /* not working on Fx 133+ */ |
| 379 | +/* @import "./css/buttons/custom_backforward_connected_alt.css"; /**/ /* squared */ |
| 380 | +/* @import "./css/buttons/custom_backforward_connected_to_location_bar_alt.css"; /**/ /* squared */ |
380 | 381 |
|
381 | 382 |
|
382 | 383 | /* ========================================== |
|
953 | 954 | ------------------ |
954 | 955 |
|
955 | 956 | [!] only use one option at a time |
956 | | - [!] 'top_toolbar_OS_accent_colors.css' failed to work as expected on current Firefox versions and was removed |
957 | 957 | [!] 'top_toolbar_colors_v2.css' mainly for 'tabs below navigation toolbar option' |
958 | | - [!] Windows accent colors: about:config > browser.theme.windows.accent-color-in-tabs.enabled > true |
| 958 | + [!] Windows accent colors for top_toolbar_system_accent_colors.css: about:config > browser.theme.windows.accent-color-in-tabs.enabled > true |
959 | 959 | */ |
960 | 960 |
|
961 | 961 |
|
962 | 962 | /* override titlebars and tab toolbars colors */ |
| 963 | +/* @import "./css/top_toolbar_system_accent_colors.css"; /**/ |
963 | 964 | /* @import "./css/toolbars/top_toolbar_colors.css"; /**/ |
964 | 965 | /* @import "./css/toolbars/top_toolbar_colors_v2.css"; /**/ |
965 | 966 |
|
|
0 commit comments