Commit Graph

1108 Commits

Author SHA1 Message Date
MrOtherGuy
d08d7791fa toggle tabs toolbar with alt: Make Alt only show tabs toolbar
This is pretty much complete rewrite, Alt now only show tabs toolbar,
but when you press Alt again while also hovering tabs toolbar, then
menubar items will be shown and window controls likewise.

There's a weird behavior, some 1px slice that hides tabs toolbar when
cursor is moved from tabs to window controls, but doesn't trigger from
other direction mysteriously. But window controls can be accessed when
cursor is already where window controls would appear when Alt is pressed
the second time.
2024-09-02 16:06:53 +03:00
MrOtherGuy
1d957c39a7 Couple of first-minute fixes
Fixes paste with no formatting not receiving correct fill color
Fixes style not working correctly on Nightly 131 with all the scrollbox
changes
2024-09-01 13:02:23 +03:00
MrOtherGuy
e8688fee2f Fix description 2024-09-01 12:46:36 +03:00
MrOtherGuy
cbbea1e652 create icon_only_context_menu_text_controls.css 2024-09-01 12:46:00 +03:00
MrOtherGuy
9ce2f2d4ae multi-row tabs below content: display theme images in menubar and navbar
Also includes various fixes for fullscreen mode etc.
2024-08-30 17:40:51 +03:00
MrOtherGuy
5b944c9b35 multi-row tabs below content: Fix some layerization issues
In particular, this menubar won't show up because nav-bar is in front of
it. Addtionally, this removes bunch of old rules that we don't need
anymore, one of which was setting background-color for main-window which
caused main-window to become transparent with some themes.
2024-08-29 18:40:18 +03:00
MrOtherGuy
13b0fbd7a1 autohide bm and main toolbars: multirow compat rules use moz-bool-pref 2024-08-28 16:43:22 +03:00
MrOtherGuy
5b33d5b45d autohide bm and main toolbars: set a height for empty bm scrollbox
Fixes #400
2024-08-28 16:36:08 +03:00
MrOtherGuy
42042a6278 Tweak some scrollbox styling to fix fallout from bug 1913322 2024-08-25 13:32:36 +03:00
MrOtherGuy
b6d26d8fcb hide tabs scrollbuttons: use scrolledtostart as boolean attribute 2024-08-23 20:55:02 +03:00
MrOtherGuy
cc2360e788 update compact addons manager to work with moz-toggle 2024-08-23 16:59:16 +03:00
MrOtherGuy
dad46ee23a multirow bookmarks: collapse inline margin on bookmark items
This is to prevent dragging issues where the new position of the
bookmark is wrong if drop happens in margin area.
2024-08-21 05:49:26 +03:00
Aidan Stewart
9a9dd88871 Update README.md (#394)
I almost missed this before cloning. Putting this on top so future readers can't miss it.
2024-08-07 21:03:15 +03:00
MrOtherGuy
c0d9e5c07d iconized content context menu: use key icon for fill-login menu 2024-08-03 10:21:57 +03:00
MrOtherGuy
471659aae1 create iconized_{tabs,textbox}_context_menu.css 2024-08-03 10:17:50 +03:00
MrOtherGuy
8f8ed0f160 iconized context menus: scale down few icons
Some icons have 20px intrinsic size so we scale them down a bit
2024-08-03 10:16:48 +03:00
MrOtherGuy
d8c41cfc1a iconized places context menu: restrict #toggle_PersonalToolbar selector
We need to restrict this to #placesContext because there's another
element with same id
2024-08-03 10:06:35 +03:00
MrOtherGuy
f435ea134a iconized context menus: hide original menuitem checkmark 2024-08-03 09:22:23 +03:00
MrOtherGuy
42bd801b7a create iconized_places_context_menu.css 2024-08-03 08:41:33 +03:00
MrOtherGuy
0eee8e3c2e iconized context menu: use performance icon for playbackrate 2024-08-03 08:13:45 +03:00
MrOtherGuy
89cdbce8af iconized context menu: support checkbox menuitems 2024-08-03 08:11:03 +03:00
MrOtherGuy
f5a5b314b4 Update README.md - fix typos 2024-08-02 09:10:15 +03:00
MrOtherGuy
ba712db81f create iconized_content_context_menu.css 2024-08-01 16:26:15 +03:00
Jason Lonsberry
d47b63d180 Add bookmark_panel_enlarge.css (#391) 2024-08-01 05:52:44 +03:00
MrOtherGuy
7eca4b1050 placeholder support: Support variable number of gtk caption buttons 2024-07-27 10:51:50 +03:00
MrOtherGuy
ae2db1a1c3 placeholder support: Don't set navigator-toolbox to position:relative
Instead, let the few styles that depend on it deal with it themselves by
setting position:relative to titlebar. Fixes #388
2024-07-27 10:32:52 +03:00
MrOtherGuy
175df68da4 remove rules for #window-controls
This extra set of window control buttons hasn't existed in a while
2024-07-27 10:23:16 +03:00
MrOtherGuy
9d891a3f9e show urlbar button: use theme variables for the icon color 2024-07-25 06:00:04 +03:00
MrOtherGuy
68695c1f72 showw urlbar button: remove max-width from flexible spaces
This way they can grow to fill available width in the toolbar now that
urlbar can't do that.
2024-07-24 21:53:59 +03:00
MrOtherGuy
41c918e482 show urlbar button: use grid layout inside urlbar-input-container
This makes individual buttons inside identity-box and
page-action-buttons work (such as bookmark star and permissions
notification).
2024-07-24 17:18:38 +03:00
MrOtherGuy
5f7ad693f3 create show_urlbar_button.css 2024-07-24 16:01:41 +03:00
MrOtherGuy
e87273a7b7 selected tab as urlbar: restore pointer-events to urlbarview
Also make TabsToolbar inline margins a bit smaller.
2024-07-24 05:39:28 +03:00
MrOtherGuy
7d19d1049c selected tab as urlbar: require window control support sheet
This let's the placeholder space to be platform dependent as well as
makes ulrbar capture box to be sized correctly.
2024-07-23 16:34:35 +03:00
MrOtherGuy
17768e9320 add tab_count_in_alltabs_button.css 2024-07-17 20:14:14 +03:00
MrOtherGuy
2c25bab3c9 hide urlbar first row: update type selectors 2024-07-14 09:11:07 +03:00
MrOtherGuy
bdc9f38194 tabs below content: improve fullscreen mode styling
Previously we just had a 1px margin when toolbars get autohidden to
allow hovering. This patch replaces it with an invisible 1px box so
content area is actually fullscreen.
2024-07-13 09:19:37 +03:00
MrOtherGuy
bd3257fc33 tabs below content: Use toolbox background color/image for tabstoolbar
This makes tabs toolbar use background-image(s) from the selected theme
and should make sure the background-color is correctly set which should
fix #381
2024-07-13 09:15:24 +03:00
MrOtherGuy
467a53ee72 use class instead of id selector for urlbar-input elements
See bug 1610530
2024-06-16 12:00:20 +03:00
MrOtherGuy
36e6c11242 urlbar container color border: make outline follow urlbar size 2024-06-16 11:39:18 +03:00
MrOtherGuy
f1480c80e3 iconized main menu: Fix zoom-controls pseudo border 2024-05-29 05:18:57 +03:00
MrOtherGuy
cd86e74b0f Update main menu panel selector for fx128. Fixes #377
Also adds an icon for Report broken site button.
2024-05-29 05:07:15 +03:00
MrOtherGuy
4e474a7191 Make newtab background-image important
Fx126 includes styling rules for newtab wallpapers so we neeed important
2024-05-19 06:06:51 +03:00
MrOtherGuy
31cb27a5d8 Don't depend on [inFullscreen] attribute for navigator-toolbox
Just use :root[sizemode="fullscreen"] instead
2024-05-16 05:23:04 +03:00
MrOtherGuy
9d8c38dd9d Remove dummy variables from urlbar_popup_full_width 2024-05-16 05:12:38 +03:00
MrOtherGuy
cb601a0a29 remove old @supports -moz-bool-pref uses 2024-05-16 05:11:36 +03:00
MrOtherGuy
c3ef474fd1 Remove titlebar opacity changes to fix layout 2024-05-16 04:58:52 +03:00
MrOtherGuy
b471f33134 replace uses of --urlbar-toolbar-height with --urlbar-container-height 2024-05-16 04:56:03 +03:00
MrOtherGuy
f28be04e06 animated tabs border: Make all tabs have 0px margin
This style can't really work without 0px margin but browser styles add
margin for first non-pinned visible tab.
2024-05-15 20:07:06 +03:00
MrOtherGuy
80211fb6fb Remove dependency to now non-existing --tabs-navbar-shadow-size 2024-05-15 20:05:53 +03:00
MrOtherGuy
66968d544a deprecate fake_tab_tooltip.css as Firefox already does same thing better 2024-05-04 07:15:35 +03:00