Commit graph

1098 commits

Author SHA1 Message Date
MrOtherGuy
4918f31c82 Improvements for centered_tab_label.css
This patch makes tab label work better when label has rtl text.
Secondary tab label (like "muted" etc.) is now also centered.
2022-12-08 16:19:36 +02:00
MrOtherGuy
a25da9fe49 multi-row_tabs_below_content.css: make arrowscrollbox use display:inline 2022-11-28 23:41:25 +02:00
AMS777
a0a477cebf
Fix empty tab rows on Firefox 107 (#232)
On Firefox 107, the tab bar displays all the tab rows, even if they are empty because there are few tabs.
This change removes the empty tab rows and restores the right behavior, only displaying tab rows when there are too many tabs to fit in one row.
2022-11-28 23:38:01 +02:00
MrOtherGuy
9a66b9e88f status_inside_urlbar: pack statuspanel label to center when asked to
Loading status label is rendered as pseudo-element in Firefox 109 and
this change is necessary to correctly center the label in that case.
2022-11-28 09:01:48 +02:00
MrOtherGuy
6fa2a9beb4 various improvements for combined_tabs_and_main_toolbars.css
This patch makes focused urlbar overlay other toolbar instead of being
constrained to urlbar-container width. This also disables that weird
bookmarks toolbar margin by default, but leaves code for Firefox <108
compatibility. Unpinned tabs are now visible by default but that can be
reversed by setting a pref. And lastly this disables tabs
arrowwscrollbox css containment which would cause the style to not work
in Firefox 108.
2022-11-21 08:29:41 +02:00
MrOtherGuy
965eefc00a Various improvements to multi-row_tabs_below_content.css
This patch makes the style behave better on linux as well as make
fullscreen mode work better. It also fixes an issue where invisible
menubar would prevent window from being draggable from flexible-space
placed to the left of urlbar.
2022-11-20 14:13:28 +02:00
MrOtherGuy
d10c346554 Don't restyle tabs-newtab-button, and instead just hide it
The button will not show up anyway so this just simplifies things.
2022-11-19 12:47:15 +02:00
MrOtherGuy
62f0d91975 remove remaining --lwt-frame variables from the codebase 2022-11-19 10:22:05 +02:00
MrOtherGuy
add8f8c1eb Prevent accidentally setting width for places toolbar drop indicator
This patch fixes an issue where top row of bookmarks toolbar can become
unusable after draggin a bookmark
2022-11-19 10:14:15 +02:00
MrOtherGuy
cf3d865b7d create vertical_urlbar_one-off_items.css 2022-11-17 11:32:38 +02:00
MrOtherGuy
b08805185f autohide_sidebar: create sidebar-header padding using pseudo-elements.
This works around a layout issue where header inline-padding prevents it
from collapsing to zero-width in fullscreen mode.
2022-11-16 09:25:07 +02:00
MrOtherGuy
bf81ba74fb remove findbar-container explicit height and close-button explicit width 2022-11-15 23:38:42 +02:00
MrOtherGuy
8d17fb1d64 multi-row bookmarks: make items in the toolbar visible
This is just in case that Firefox logic would hide them on some
condition even if they now can fit the toolbar.
2022-11-08 05:35:16 +02:00
MrOtherGuy
714cd2eab5 Add comment about where newtab-image is loaded from 2022-11-06 14:43:35 +02:00
MrOtherGuy
ca39b27d0b create newtab_background_image.css 2022-11-06 14:41:10 +02:00
MrOtherGuy
9d081f27b5 Make hide_tabs_with_one_tab_w_window... compatible with tabs_on_bottom 2022-10-23 18:06:02 +03:00
MrOtherGuy
2ed7f4c60c Also hide labeled private-browsing indicator when not needed 2022-10-23 17:49:59 +03:00
MrOtherGuy
5be0331715 Make hide_tabs_with_one_tab_w_window_controls work in Fx108 2022-10-23 17:36:54 +03:00
MrOtherGuy
9d90aabbc0 vertical-bookmarks-toolbar: Fix fullscreen mode and make it work in 107+ 2022-10-22 12:17:17 +03:00
MrOtherGuy
53eb59e017 curved_tabs: Fix curve placement on Firefox 107 2022-10-21 12:06:45 +03:00
MrOtherGuy
6192ac3b64 Make centered_top_statuspanel work with 107 2022-10-19 23:36:52 +03:00
MrOtherGuy
b958b75f2c Make multi-row_bookmarks.css compatibility rules work in Firefox 107
In 107 (but not in 108) you also need to set
layout.css.moz-box-flexbox-emulation.enabled to true for things to work
2022-10-19 11:21:27 +03:00
MrOtherGuy
22a42117d0 status-inside-urlbar: add background-color to .browserStack
This opaque background allows us to draw statuspanel behind it.
Without this patch, the statupanel could be shown on tabs
that don't yet have associated <browser> such as when restoring
a tab after startup.
2022-10-15 18:36:04 +03:00
MrOtherGuy
8de1ddc044 Use padding instead of margin to create space inside nav-bar
This makes Firefox behave more sane for pushing/removing items from
overflow menu.
2022-10-10 19:28:55 +03:00
MrOtherGuy
21d9fc5403 Merge branch 'master' of https://github.com/MrOtherGuy/firefox-csshacks 2022-10-08 16:35:37 +03:00
MrOtherGuy
53526aa76e autohide-sidebar: Apply width transitions to sidebar-header 2022-10-08 16:33:43 +03:00
GodieGun
4653c3ee7e
Update vertical_bookmarks_toolbar.css (#214)
This change makes compatible with pop-up windows. I use extensions that creates new pup-up windows and looks bad with that space in blank. this affects to other windows than don't use tabs.
2022-10-08 08:41:17 +03:00
MS_Y
a435e7507f
Fix: Show #tabs-newtab-button at overflow (#212) 2022-10-07 16:45:09 +03:00
MrOtherGuy
9cce78da35 Add tags support for newtab_button_always_on_hover.css 2022-10-04 14:47:30 +03:00
Anarky
cebde512b5
Create newtab_button_always_on_hover.css (#208)
This is based on tab_close_button_always_on_hover.css

Co-authored-by: Anarky <ghostanarky+aur@gmail.com>
2022-10-04 14:45:03 +03:00
MrOtherGuy
f12eed50a9 Don't restyle separators unless they are actually inside PersonalToolbar
Someone might use this style to make the bookmarks toolbar itself
vertical housing buttons etc. but have bookmarks-toolbar-items in some
other horizontal toolbar.
2022-10-04 08:54:38 +03:00
MrOtherGuy
976df50a01 Make separators show up with vertical bookmarks toolbar 2022-10-04 08:45:42 +03:00
MrOtherGuy
2f270ca0c0 fake-statusbars: Make the styles work with new statuspanel DOM 2022-09-30 16:50:25 +03:00
MrOtherGuy
855b1f8a95 status_inside_urlbar: Update styling to work with Fx106 2022-09-10 19:11:23 +03:00
Teemu Ikonen
ff2f07873f
userChrome/popups.css: Hide some context menu items (MR 24) 2022-09-05 00:20:59 +03:00
MrOtherGuy
3f5bc73e69 Remove dependence on --menu-x variables
Firefox 105 won't have these anymore as per
https://bugzilla.mozilla.org/show_bug.cgi?id=1782858
2022-08-31 15:58:48 +03:00
MrOtherGuy
3c7a4cd0f2 update tags.csv again 2022-08-10 11:17:59 +03:00
MrOtherGuy
16267fe5ef Add header to shrinking_pinned_tabs & 40px max-width for normal density 2022-08-10 11:15:08 +03:00
sonofevil
57edf88b16
Create shrinking_pinned_tabs.css (#201) 2022-08-10 11:09:48 +03:00
MrOtherGuy
a9e58dcf21 Use [checked="true"] in menuitem selectors
This was only using [checked] to check if the item is checked, but the
attribute can also be "false".
2022-08-07 18:11:10 +03:00
MrOtherGuy
6c7abad64e update custom_menupopup_check_icons.css to work well in Firefox 103
This has only been tested on Windows10 with non-native menus.
2022-08-07 16:33:10 +03:00
MrOtherGuy
7425885cb1 create reload_button_in_urlbar.css 2022-07-22 18:35:46 +03:00
MrOtherGuy
0d1ec1e56f remove outline from .tab-background 2022-07-07 17:45:15 +03:00
MrOtherGuy
6d16966886 create tab_loading_progress_bar.css 2022-06-25 07:09:46 +03:00
MrOtherGuy
0f23af615e add -moz-context-properties unconditionally to fallback window controls
Without it, the icons won't show up if one uses theme with background
image
2022-06-18 11:03:52 +03:00
MrOtherGuy
a49066b2f4 sharp_tabs: draw tabs-newtab-button icon as background-image
This is done because we want the button background to fill toolbar
height, but we don't actually know how tall the toolbar is and thus
working with list-style-image + padding is going to produce stretced
icon on some systems.
2022-06-17 16:26:00 +03:00
MrOtherGuy
8dc4e1c795 Apply 2px rounding only to buttons in tabs customization target
This allows dropping extra id selector from tabs-newtab-button
2022-06-17 05:21:54 +03:00
MrOtherGuy
8899a560d4 Add some workaround-ish rules for linux use 2022-06-07 20:17:17 +03:00
MrOtherGuy
f036a4ca23 create fake_tab_tooltip.css 2022-06-05 07:31:01 +03:00
MrOtherGuy
5aa1d1ec01 use overflow:hidden instead of -moz-hidden-unscrollable for window title 2022-06-01 08:12:52 +03:00