|
1 | 1 | /*=============================================================================== |
2 | 2 | Firefox userChrome.css tweaks: main file |
3 | 3 | |
4 | | - Custom CSS for Firefox 115+ |
5 | | - Current version: 4.5.9 |
| 4 | + Custom CSS for Firefox 128+ |
| 5 | + Current version: 4.6.0 |
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 |
|
570 | 570 | TABS BELOW NAVIGATION AND BOOKMARKS TOOLBARS / TABS NOT ON TOP |
571 | 571 | -------------------------------------------------------------- |
572 | 572 |
|
573 | | - [!] Note: only 'alt' works with multi-tab lines option. |
| 573 | + [!] Note: 'alt' works with multi-tab lines option up to Fx 132. |
| 574 | + [!] Note: '_fx133.css' version works with multi-tab lines option for Fx 133+. |
574 | 575 | [!] Note: might require overriding url bars 'selection color' --> see corresponding area |
| 576 | + [!] only use one option at a time |
575 | 577 | */ |
576 | 578 |
|
577 | | -/* @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/ |
578 | | - |
579 | | -/* ########################################### Test for Firefox 133+ ########################################### */ |
580 | | -/* @import "./css/tabs/tabs_below_navigation_toolbar_fx133.css"; /**/ |
| 579 | +/* @import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/ /* for Firefox 132 and below */ |
| 580 | +/* @import "./css/tabs/tabs_below_navigation_toolbar_fx133.css"; /**/ /* for Firefox 133+ */ |
581 | 581 |
|
582 | 582 |
|
583 | 583 | /* Alternative for multi-lined tabs (Glitches might occur with inactive menubar!) |
584 | | - [!] use option below for multiple tab lines support |
| 584 | + [!] use option below for multiple tab lines support (up to Fx 132 only !) |
585 | 585 | */ |
586 | 586 |
|
587 | 587 | /* @import "./css/tabs/tabs_below_navigation_toolbar_alt.css"; /**/ |
|
606 | 606 | ---------------------------------------- |
607 | 607 | |
608 | 608 | [!] not compatible to 'tabs toolbar - multiple tab lines' option |
| 609 | + [!] only use one option at a time |
609 | 610 | */ |
610 | 611 |
|
611 | | -/* @import "./css/tabs/tabs_below_main_content.css"; /**/ |
612 | | - |
613 | | -/* ########################################### Test for Firefox 133+ ########################################### */ |
614 | | -/* @import "./css/tabs/tabs_below_main_content_fx133.css"; /**/ |
| 612 | +/* @import "./css/tabs/tabs_below_main_content.css"; /**/ /* for Firefox 132 and below */ |
| 613 | +/* @import "./css/tabs/tabs_below_main_content_fx133.css"; /**//* for Firefox 133+ */ |
615 | 614 |
|
616 | 615 |
|
617 | 616 | /* -------------------------------------------------------------------------------- |
|
638 | 637 | [!] BUG: dragging tabs does not work with multi lined tabs |
639 | 638 | [!] not compatible with 'tabs toolbar - below main content' option |
640 | 639 | [!] not compatible with 'newtab button always_visible' option |
641 | | - [!] only compatible with 'tabs below navigation toolbar >> alt << version' |
| 640 | + [!] up to Firefox 132: only compatible with 'tabs below navigation toolbar >> alt << version' |
| 641 | + [!] Fx 133+: compatible with tabs_below_navigation_toolbar_fx133.css |
642 | 642 | */ |
643 | 643 |
|
644 | 644 | /* @import "./css/tabs/tabs_multiple_lines.css"; /**/ |
|
1179 | 1179 | -------------------------------------------------- |
1180 | 1180 | */ |
1181 | 1181 |
|
1182 | | -@import "./css/locationbar/megabar_expanding_breakout_disabled.css"; /**/ |
| 1182 | + |
1183 | 1183 | /* @import "./css/locationbar/megabar_disable_openviewonfocus.css"; /**/ |
1184 | 1184 | /* @import "./css/locationbar/urlbar_border_roundness.css"; /**/ |
1185 | 1185 | @import "./css/locationbar/urlbar_restore_visible_border.css"; /**/ |
1186 | 1186 |
|
| 1187 | +/* ------------------------------------- |
| 1188 | + Megabar expanding_breakout_disabled |
| 1189 | + ------------------------------------- |
| 1190 | + |
| 1191 | + [!] only use one option at a time |
| 1192 | + [!] _fx133.css for Firefox 133+ |
| 1193 | + |
| 1194 | +*/ |
| 1195 | + |
| 1196 | +/* @import "./css/locationbar/megabar_expanding_breakout_disabled.css"; /**/ |
| 1197 | +/* @import "./css/locationbar/megabar_expanding_breakout_disabled_fx133.css"; /**/ |
| 1198 | + |
1187 | 1199 |
|
1188 | 1200 | /* ------------------------------------- |
1189 | 1201 | Megabar/location bar background color |
|
0 commit comments