1117 Commits

Author SHA1 Message Date
MrOtherGuy 64245da882 autohide tabs toolbar: Fix sidebar tabs z-index, background and layout
Expanded sidebar internal layout should stay "static", that is,
to not change when sidebar gets hovered.
2026-05-21 18:04:46 +03:00
MrOtherGuy 1f477a50cf hide tabs scrollbuttons: Fix behavior with separate pinned tabs container
Fixes #628
2026-05-15 06:41:07 +03:00
MrOtherGuy 494efca729 tab separator lines: hide separator on first tab when no pinned tabs exist
And also don't hide separator for the following tab when the preceding
split-view has its first tab multiselected.
2026-05-11 21:23:06 +03:00
MrOtherGuy 7927b20670 tab separator lines: don't hide separator on first non-pinned tabs with horizontal tabs 2026-05-11 16:00:16 +03:00
MrOtherGuy 790352d340 tab separator lines: Rewrite using inheritance for background-size
This fixes a few remaining issues and adds support for vertical tabs
2026-05-09 20:51:12 +03:00
MrOtherGuy 11eae3c086 autohide bookmarks toolbar: couple more fixes for deriving background correctly 2026-05-09 15:32:25 +03:00
MrOtherGuy db792dbdf5 tab separator lines: add more cases when to hide separator 2026-05-09 12:23:04 +03:00
MrOtherGuy bd749d93d8 navbar below content: update toolbar-bgcolor to toolbar-background-color 2026-05-09 11:47:22 +03:00
MrOtherGuy 792d032667 Change uses of --toolbarbutton-{inner,outer}-padding to ...-padding-{inner,outer}
This should preserve the old name as fallback until ESR-next is released
2026-05-09 11:33:58 +03:00
MrOtherGuy 4e10815e7d autohide bookmarks toolbar: Fix missing bookmarks toolbar background 2026-05-09 11:29:12 +03:00
MrOtherGuy a060daf108 tab separator lines: Add more cases where tab border shouldn't be shown 2026-04-24 05:20:10 +03:00
MrOtherGuy afdc0ebb41 Add background-color for autohide-like toolbars
Firefox 150 moved toolbox background into the body element so
We can't inherit individual toolbar background from toolbox anymore.
2026-04-23 17:30:49 +03:00
MrOtherGuy 50f0427d10 iconized menus: hide .menu-icon when menupopup needs gutter 2026-04-23 16:13:54 +03:00
MrOtherGuy 8f9f2cbee5 tab separator lines: hide sep from split-tab that follows hovered or selected tab 2026-04-22 18:53:18 +03:00
MrOtherGuy cc4087ec47 tab separator lines: hide tab separators on various split-tab and tab group modes 2026-04-22 17:00:09 +03:00
Ɀeus 55cdb2938d Align numbers with keyboard controls (#618)
Don't reset numbers after pinned tabs, skip increment for folded tab groups
2026-04-16 05:41:36 +03:00
MrOtherGuy d02c1a92fa iconized menubar items: add !important tag to fill color
fx149 specifies fill property and we need to override that
2026-03-30 20:43:05 +03:00
MrOtherGuy 5957bb939f multi-row tabs: decrease selector specificity for tab min-width 2026-03-29 18:12:40 +03:00
MrOtherGuy 875a83e8b8 non floating sharp tabs: improve looks when using split view 2026-03-28 14:13:46 +02:00
MrOtherGuy d7b50d6c97 autohiding toolbars: apply urlbar popover fixes to new searchbar
Some of the rules are unnecessarily complex, but we need to support
old searchbar as well
2026-03-24 17:22:05 +02:00
MrOtherGuy a0b34290bb multi-row tabs: make tab-split-view-wrapper use --multi-row variable for min-width 2026-03-17 16:08:50 +02:00
Nikolaj Šujskij a85a5d665e Add "Hide 'New tab' button when vertical tabs are enabled" style (#609)
* Add "Hide 'New tab' button when vertical tabs are enabled"

* hide vert new tab button: fix for the scrollable sidebar case
2026-03-10 17:00:58 +02:00
MrOtherGuy 9f0c29638c tabs below content: set opacity: 1 for tabs toolbar and make background inherited with important
This fixess tabs toolbar being transparent under various scenarios
2026-03-06 05:47:50 +02:00
MrOtherGuy 0ec973ebc4 iconized main menu: add icon for profiles button when only original profile exists
fixes #606
2026-03-03 19:46:09 +02:00
MrOtherGuy 552405c58b vertical tabs: add vertical layout rules to tabs scrollbox items-wrapper 2026-03-01 18:08:27 +02:00
Michael A. 6fc627e1cb Update multi-row_tabs.css: grow tabs only when horizontal (#603) 2026-02-11 15:46:21 +02:00
MrOtherGuy 4d1fbb1679 icon-only tabs: Collapse the tab icons when a tab group is collapsed
Fixes #602
2026-02-07 09:29:17 +02:00
MrOtherGuy bcb85f0476 autohide sidebar: add optional way to also hide sidebar main 2026-01-16 16:11:00 +02:00
MrOtherGuy 021da269f0 Support boolean attributes for xul checked and disabled attributes
See bug 2008041
2026-01-07 19:05:48 +02:00
MrOtherGuy 1a3b86bff8 autohiding toolbars: Wait for [sessionrestored] before setting urlbar transition
--urlbar-container-height, which is set for #urlbar-container, is computed
dynamically early on startup. If we set transition to it, then it will transition
from the initial height to the new value and because of that the computed value
is determined using the initial height instead of the "correct" value set by
toolbar density options. The issue most noticeably occurs when initial window
has startup page as blank, and when compact density is selected, but it does
but really it can also happen without them, the effect just might be so subtle
that it's not perceivable.
2026-01-04 12:35:58 +02:00
MrOtherGuy ab752a5b27 autohide main toolbar: Create compatibility rules for tabs_on_bottom_v2.css 2025-12-21 18:30:15 +02:00
MrOtherGuy 2f30a2283b Keep autohiding tabs toolbar open also when tabgroup preview panel is open 2025-11-12 21:06:24 +02:00
MrOtherGuy 2f9633a680 tabs on bottom: show window controls in nav-bar when menubar is collapsed
Fixes #589
2025-11-12 20:41:14 +02:00
MrOtherGuy c7108cdc79 Keep autohiding toolbars shown when tab-group-editor panel is open
Fixes #590
2025-11-12 20:39:48 +02:00
MrOtherGuy a7a29f9ac9 Fix bad logic with some [autohide] attribute selectors 2025-11-02 19:35:22 +02:00
MrOtherGuy d43bf20eef hide tabs toolbar: Remove uses of [tabsintitlebar] 2025-11-02 19:06:49 +02:00
MrOtherGuy c234f4a548 hide tabs toolbar: Remove remaining -moz-bool-pref queries 2025-11-02 19:05:29 +02:00
MrOtherGuy f54dcd8b99 Fix broken negation pseudo-class selectors from 9e39c99 2025-11-02 19:03:13 +02:00
MrOtherGuy 8d3c6ab4fc code cleanup: remove uses of -moz-bool-pref 2025-11-02 06:45:00 +02:00
MrOtherGuy c0eb3732a8 code cleanup: deprecate bunch of old styles
These all have either better replacements or can be done without the style
2025-11-02 06:29:33 +02:00
MrOtherGuy a7bcb11625 code cleanup: remove rules using #titlebar 2025-11-02 06:23:35 +02:00
MrOtherGuy 3e6975e347 code cleanup: remove uses of [tabsintitlebar] 2025-11-02 06:10:20 +02:00
MrOtherGuy b3c2d27f24 deprecate multi-row_main_toolbar.css 2025-11-02 06:09:16 +02:00
MrOtherGuy 41d995ac7b menubar in main toolbar: rewrite to use grid layout 2025-10-27 16:30:51 +02:00
MrOtherGuy 73d183120b Show autohiding toolbars when a window modal dialog is open.
Toolbar layout properties, notably --urlbar-container-height, is
re-computed when window modal dialog is closed and the values would be
totally incorrect if the toolbars are hidden at that time. This fixes #582
and likely several other issues as well.
2025-10-24 06:01:52 +03:00
MrOtherGuy 4ca42c4c8d hide tabs toolbar: Hide sidebar launcher splitter when vertical tabs are enabled
This prevents activating window resizing cursor appearing when fullscreen on linux.
2025-10-16 17:45:58 +03:00
MrOtherGuy 7880f2e9a3 autohide tabstoolbar: Make vertical tabs stay expanded while dragging tab 2025-10-16 16:53:20 +03:00
MrOtherGuy a53bb3bf96 autohide tabstoolbar v2: Add a hover target pseudo-element to capture hovering
Previously we were showing tabs toolbar when the whole toolbox became hovered
which would make using bookmarks and navigation toolbars pretty annoying.
2025-10-10 18:36:50 +03:00
MrOtherGuy 7782493221 Deprecate window_control_force_linux_system_style.css 2025-10-03 16:31:50 +03:00
MrOtherGuy c9cc22f418 compact urlbar megabar: Fix for misaligned icons
Also adds :where(#urlbar) for few selectors in anticipation of searchbar
rework
2025-09-22 16:23:18 +03:00