1045 Commits (cc93a34f047328a8310197459faa9da45044b521)
 

Author SHA1 Message Date
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 352677b8b8 Return little less early when initializing code-block content. 2 years ago
MrOtherGuy d038f7c1a1 Add early return when determining content to load. 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 cd53cad31c update compact_addons_manager.css to work in Fx99 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
MrOtherGuy 5cf3467964 Handle fullscreen and private-browsing mode styling better
This patch should mostly fix issues described in #149
3 years ago
MrOtherGuy 23e4e0a377 rename urlbar_connection_type_colors.css to *type_text_colors.css 3 years ago
MrOtherGuy 9276c9f7fb create urlbar_connection_type_background_colors.css 3 years ago
MrOtherGuy cdeb11acfc Merge branch 'codeblock' 3 years ago
MrOtherGuy 97e42e134a tag-browser: use separate <code-block> module for style preview 3 years ago
MrOtherGuy 8d25156001 curved-tabs: move tabs away from the window edge with pinned tabs
With positioninnedtabs, the left-most tab might end up outside of the
window under some circumstances (for example when menubar is enabled).
This patch moves tabbrowser-tabs away from the window edge equal to the
curve-size and makes the pre-tabs spacer a bit narrower to make the
space not look too large when the spacer is shown.
3 years ago
MrOtherGuy b9e140dbbd Rewrite combined_favicon_and_tab_close_button.css
This rewrites the style to achieve compatibility with
inline_tab_audio_icons.css. compatibility only requires few small
non-affecting extra rules in inline_tab_audio_icons. This patch also
makes combined_favicon_and_tab_close_button work with themes where tab
background is not full opaque which is a nice bonus :)
3 years ago
MrOtherGuy 74d5d67e71 Remove use of :-moz-lwtheme-{bright,dark}
This pseudo-class won't be supported in Firefox 100,
and we can just use :root[lwthemetextcolor="bright"] instead.
3 years ago
MrOtherGuy 82444fcf07 deprecate theme_aware_modal-prompts.css
These are already styled based on theme in recent Firefox versions
3 years ago
MrOtherGuy ea17cb7f1f Show window global notificationbox in same order as tab modal 3 years ago
MS_Y d7f813e96b
Tabs on bottom menubar on top patch at non activated menubar (#182) 3 years ago
MrOtherGuy 5b67ff233a Make tabs_on_bottom and *_menubar_on_top_patch compatible again
This patch makes it so that menubar window controls are to be shown
when the patch file is applied.
3 years ago
MrOtherGuy 44fa2f0f0d Merge branch 'master' of https://github.com/MrOtherGuy/firefox-csshacks 3 years ago
MS_Y 10515e618c
Tabs on bottom at menubar (#181) 3 years ago
MrOtherGuy 809d3e0eb9 Don't set padding to .titlebar-button elements
This fixes odd menubar titlebar button sizing on linux
3 years ago
MrOtherGuy 5f30eee1a3 Don't collapse tabbrowser-tabs but just make it inivisible
Collapsing disables alltabs button. This patch additionally adds more
rules for aligning alltabs-button better under various circumstances.
3 years ago
MrOtherGuy 4e66bf4d64 Don't remove window control placeholder space in fullscreen mode 3 years ago
MrOtherGuy 1d415561a2 Handle fullscreen window control placeholder size on linux 3 years ago
MS_Y b046ab7119
Window control placeholder consider titlebar mode's fullscreen (#180) 3 years ago
MrOtherGuy b4e09dcdfc Merge branch 'master' of https://github.com/MrOtherGuy/firefox-csshacks 3 years ago