814 Commits (c585f705289895441c1ebc22f08b1ed721f19a84)

Author SHA1 Message Date
MrOtherGuy 8aab757dda oneliners: allow ulrbar-container to shrink a bit
This fixes a problem where urlbar would cause items in the toolbar to
overflow the whole toolbar too early
1 year ago
MrOtherGuy c09e848846 multi-row tabs: Make flex-grow !important for fixed-width tabs to work 1 year ago
MrOtherGuy b2e37ffc57 overlay_tab_audio_icons: Set fill color and fill-opacity for icons
This makes sure that the icon stays visible unless your theme colors
explicitly tells otherwise. Setting full fill-opacity makes the icons
look same between pinned and non-pinned tabs.
1 year ago
MrOtherGuy d9ed3a66b6 centered statuspanel: remove min-width from statuspanel when loading
Firefox gives min-width as inline style to the statuspanel while page is
loading
1 year ago
MrOtherGuy 26489fc1f8 create centered_statuspanel.css and deprecate old one
This new defaults to bottom layout, but can be moved to top by setting
pref userchrome.centered-statuspanel.on-top.enabled
1 year ago
MrOtherGuy e8e15af36c vertical_bookmarks_toolbar: Enable webkit-box layout for Firefox 113 1 year ago
MrOtherGuy 0d76e913ac centered_top_statuspanel: center statuspanel using justify-self 1 year ago
MrOtherGuy b26f1d3fc6 centered top statuspanel: use inline margin to center the statuspanel 1 year ago
MrOtherGuy 2a0f40b305 floating findbar: Derive findbar background from theme colors
Previously this just used --toolbar-bgcolor which may have transparency
leading to poor readability. Similar results might still happen if theme
has poor text-background contrast, but now the result should be less
unpredicatable.
1 year ago
MrOtherGuy 512a39ba57 remove remaining uses of -moz-inline-box 2 years ago
MrOtherGuy 607bf5c08d centered_tab_content: Make it do what it was actually supposed to do 2 years ago
MrOtherGuy a437fe6dd1 centered tab content: don't add negative margin to pinned tabs 2 years ago
MrOtherGuy d6179b1b54 rewrite centered_tab_content.css 2 years ago
MrOtherGuy 0b81416657 placeholder_support: Make placeholder border transparent
This patch makes the placeholder borders use transparent borders instead
of color derived from your theme. Instead the background-clip is
extended to border-box (which it already was on non-Windows systems)
2 years ago
MrOtherGuy 21750e272b vertical_bookmarks_toolbar: make placesToolbarItems default to flex
-webkit-box doesn't work correctly in Firefox 112 and 113 so lets
default to flex again and make webkit-box opt-in. It is required for
Fx 114 though, but nightly users need to opt-in to using it.
2 years ago
MrOtherGuy 97b9f5c3d8 create status_inside_menubar.css 2 years ago
MrOtherGuy 0c1a86cec5 vertical_bookmarks_toolbar: Make PlacesToolbarItems use -webkit-box
This is because scrollbox[orient="horizontal"] has a UA sheet set
important row flex-direction which we cannot override.
2 years ago
MrOtherGuy 92be3549cd buttonlike buttons: Remove custom styling of zoom items in overflow menu 2 years ago
MrOtherGuy 1f74ecee91 buttonlike toolbarbuttons: also remove styling from pinned overflow menu 2 years ago
MrOtherGuy bb8d623ced buttonlike toolbarbuttons: remove custom sizing inside panels 2 years ago
MrOtherGuy 76f260269d Use scrollbar-gutter in multi-row tabs and bookmarks
This should prevent the appearing/disappearing scrollbar from reflowing
content.
2 years ago
MrOtherGuy e98c0b62a5 create tab_animated_active_border.css 2 years ago
MrOtherGuy 3377abf584 buttonlike toolbarbuttons: remove normal background from extensions 2 years ago
MrOtherGuy 0722603222 buttonlike_toolbarbuttons: apply to menubar and tabs toolbar
This patch simplies a lot of selectors and makes the changes apply to
buttons in menubar and tabs toolbar. With the exception of
tabs-newtab-button. Additionally, this makes the style
much better support dropdown buttons, combined buttons and findbar
buttons.
2 years ago
MrOtherGuy 5ab29bc53e tabs below content: Add support for reversed window controls 2 years ago
MrOtherGuy 647b413152 Remove xul-box use from bunch of styles 2 years ago
MrOtherGuy a9201944a9 selected_tab_as_urlbar: horizontally center urlbarview to window 2 years ago
MrOtherGuy 0aa8c49b99 selected_tab_as_urlbar: Add mechanism to show back and forward buttons 2 years ago
MrOtherGuy 4650a9fb00 selected_tab_as_urlbar: don't hide nav-bar items is customization view 2 years ago
MrOtherGuy 6d00a86ace Make tabs_on_bottom_menubar_on_top_patch use menubar window controls 2 years ago
MrOtherGuy 505d247b8f floating-findbar: Don't let labels wrap in findbar 2 years ago
MrOtherGuy b393f711a8 vertical_bookmarks_toolbar: Add workaround for flexbox changes 2 years ago
MrOtherGuy 0ff12e01fe Add support for modern flexbox layout
Flexbox model will replace old xul box as the default display model so
this patch adds support for that in a whole bunch of styles.

A lot of style rules are marked as "Fx < 112 compatibility" rules and
those can be removed when 112 hits release.
2 years ago
MrOtherGuy 0db37c5d77 classic_firefox_menu_button: make menu-button text ignore theme colors 2 years ago
MrOtherGuy c8f143e3c7 create compact_extensions_panel.css 2 years ago
MrOtherGuy 055e742a87 non_floating_tabs: apply relative selected tab position to pinned tabs
In overflow mode Firefox will override that anyway so no need to exclude
all pinned tabs.
2 years ago
MrOtherGuy b906186eb9 Autohide_bookmarks_toolbar: Provide fallback for --toolbar-bgimage
This fixes an issue where the background-image: would compute to none if
--toolbar-bgimage is missing.
2 years ago
MrOtherGuy 5facc2e8c9 non-floating-tabs: Make selected tab have position: relative again
Firefox 110 made selected tab static, but we need it to be relative so
that it gets drawn over the navbar top box-shadow
2 years ago
MrOtherGuy 8c41908dd8 Replace uses of [{first,last}-visible-tab] with pseudo-classes
Those attributes don't exist anymore in Firefox 109
2 years ago
MrOtherGuy eeba98f261 Fix centering of toolbarbutton label 2 years ago
MrOtherGuy ab3a999c3b floating findbar: Make the style default to left-side placement
Findbar items are normally at left-side in Firefox so this fits better.
2 years ago
MrOtherGuy 8764747ff1 floating findbar: Add preffed option to move findbar to left side 2 years ago
MrOtherGuy 0e2b52fcaa Selected tab as urlbar: Remove outline from urlbar 2 years ago
MrOtherGuy c48a197a63 iconized_menubar_items: only remove label from main-window menubar 2 years ago
sonofevil bbedf1e5c4
fix flicker glitch (#248)
* fix flicker glitch

* fix incorrect selector
2 years ago
MrOtherGuy 715ab86abc Fix some comments in tabs_on_bottom.css
This just removes an ancient leftover comment and reorders comments at
the top of the file.
2 years ago
MrOtherGuy d4b5627473 Make proton-like context menus look a bit nicer with compact density.
This patch also adds a few more color variables to optional settings
2 years ago
MrOtherGuy 036af1d3a0 Small improvements to context_menus_more_proton.css
This increases menupop corner rounding to match arrowpanels and makes
context-navigation hover color match other menuitem backgrounds
2 years ago
MrOtherGuy 76867a5f57 tab-separator-lines: switch to using border-inline-start for border
Previously we used border-inline-end but that won't work in Firefox 110
because tabs aren't given certain attributes anymore.
2 years ago
MrOtherGuy b88c1f5bf1 Improvements for hide_tabs_scrollbuttons
This patch "unhides" tabs scrollbox overflow indicators as well as adds
background for scrollbuttons when re-oredering tabs. Both of these are
pretty complicated things to achieve, so this patch also adds a small
compatibility layer for non_floating_sharp_tabs.css
2 years ago