727 Commits (2ed7f4c60cbc9e902fa669a0150255cfec6d8143)

Author SHA1 Message Date
MrOtherGuy 2ed7f4c60c Also hide labeled private-browsing indicator when not needed 2 years ago
MrOtherGuy 5be0331715 Make hide_tabs_with_one_tab_w_window_controls work in Fx108 2 years ago
MrOtherGuy 9d90aabbc0 vertical-bookmarks-toolbar: Fix fullscreen mode and make it work in 107+ 2 years ago
MrOtherGuy 53eb59e017 curved_tabs: Fix curve placement on Firefox 107 2 years ago
MrOtherGuy 6192ac3b64 Make centered_top_statuspanel work with 107 2 years ago
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
2 years ago
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.
2 years ago
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.
2 years ago
MrOtherGuy 21d9fc5403 Merge branch 'master' of https://github.com/MrOtherGuy/firefox-csshacks 2 years ago
MrOtherGuy 53526aa76e autohide-sidebar: Apply width transitions to sidebar-header 2 years ago
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.
2 years ago
MS_Y a435e7507f
Fix: Show `#tabs-newtab-button` at overflow (#212) 2 years ago
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>
2 years ago
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.
2 years ago
MrOtherGuy 976df50a01 Make separators show up with vertical bookmarks toolbar 2 years ago
MrOtherGuy 2f270ca0c0 fake-statusbars: Make the styles work with new statuspanel DOM 2 years ago
MrOtherGuy 855b1f8a95 status_inside_urlbar: Update styling to work with Fx106 2 years ago
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
2 years ago
MrOtherGuy 16267fe5ef Add header to shrinking_pinned_tabs & 40px max-width for normal density 2 years ago
sonofevil 57edf88b16
Create shrinking_pinned_tabs.css (#201) 2 years ago
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".
2 years ago
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.
2 years ago
MrOtherGuy 7425885cb1 create reload_button_in_urlbar.css 2 years ago
MrOtherGuy 0d1ec1e56f remove outline from .tab-background 2 years ago
MrOtherGuy 6d16966886 create tab_loading_progress_bar.css 2 years ago
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
2 years ago
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.
2 years ago
MrOtherGuy 8dc4e1c795 Apply 2px rounding only to buttons in tabs customization target
This allows dropping extra id selector from tabs-newtab-button
2 years ago
MrOtherGuy 8899a560d4 Add some workaround-ish rules for linux use 2 years ago
MrOtherGuy f036a4ca23 create fake_tab_tooltip.css 2 years ago
MrOtherGuy 5aa1d1ec01 use overflow:hidden instead of -moz-hidden-unscrollable for window title 2 years ago
MrOtherGuy 6b242379ec Remove Windows specific extra titlbar paddings from codebase
Firefox 101 doesn't need those anymore :)
2 years ago
MrOtherGuy 4daf1969be modify tab-label line-height to prevent tab height increase w large font 2 years ago
MrOtherGuy d8f027a088 Set menubar margins only when native titlebar is disabled
If native titlebar is enabled the rules would move tabs and navbar
partially below native titlebar. Those rules are not needed anyway
with native titlebar since window controls are in native titlebar.
2 years ago
MrOtherGuy 2f792166c3 curved_tabs: Improve style compatibility with theme images
This patch makes outward curves use a sliver of toolbox background-image
to mask some artifacts that are results of several semi-transparent
surfaces. This also changes the curve svg image a bit to makes
curve-border transitions more smooth.
2 years ago
MrOtherGuy 0e2727345b inherit sidebar background color
inherited background is safer than using --toolbar-bgcolor which is very
likely to have transparency if theme has images.
2 years ago
MrOtherGuy 7d083242c2 Update private-browsing icon source 2 years ago
MrOtherGuy df85873f33 Various improvements to multi-row_tabs_below_content
This patch makes it easier to change some settings, as well as adds an
optional behavior to show static menubar via custom pref.
2 years ago
MrOtherGuy 961c40c34b Add some missing variables 3 years ago
MrOtherGuy 4542a03f38 Add comment to notify about non_pinned_sharp_tabs being a requirement 3 years ago
MrOtherGuy 80d6887a09 tabs_animated_gradient_border: rewrite style
This patch makes the style work together with non_floating sharp tabs
which is now a requirement for this style, because this style won't make
sense with proton-like tabs.
3 years ago
MrOtherGuy fa620a9730 classic_grid_main_menu_popup: rewrite for Firefox 99 style 3 years ago
MrOtherGuy a383071f10 remove legacy .tabbrowser-arrowscrollbox selectors 3 years ago
MrOtherGuy 0c81924f74 add few compatibility rules for multi-row_tabs 3 years ago
MrOtherGuy 4a263d029a add few multi-row_tabs compatibility rules
Empty tabs toolbar won't collapse otherwise because of how flexbox
treats visibility:collapse
3 years ago
MrOtherGuy c5eb21c3dd reduce selector specificity when setting tab height 3 years ago
MrOtherGuy db4d9f86c5 Use --uc-titlebar-padding in extra Windows toolbox padding.
This makes the style compatible with tabs_on_bottom :)
3 years ago
MrOtherGuy 3241bdbfe1 autohide_toolbox.css: adjust toolbox margins on hidpi screens 3 years ago
MrOtherGuy be838e98f3 remove remaining --proton-* variables. fixes #111 3 years ago
MrOtherGuy 6542097da9 remove ancient titlebar-placeholder selectors 3 years ago