752 Commits (fd7b8500dbc2a9544a87f6a326a349c1fa62d86b)

Author SHA1 Message Date
Jan-T. Brinkmann 47111e79b5
fix window_control_placeholder_support showing buttons on fullscreen (#147) 3 years ago
MrOtherGuy 2a3c116fd1 improvements for bookmarks toolbar background image alignment 3 years ago
MrOtherGuy bbcea9a26f make autohide_menubar and toolbars_below_content work together
This change adds a few variables to both styles that "communicate" with
each other. This autohide_menubar is pretty useful if toolbars are
below content so while this does introduce complexity, it's probably worth it.
3 years ago
MrOtherGuy 2cea8f0710 decrease the top margin specificity for menubar and browser 3 years ago
MrOtherGuy 23d779126c Make tabs use correct height 3 years ago
MrOtherGuy 50f77aea20 use correct path for private mode indicator 3 years ago
MrOtherGuy e278651723 create menulike_bookmarks_folder_popups.css 3 years ago
MrOtherGuy 7037462678 use -webkit-box instead of flex for nav-bar so extension panels can work 3 years ago
MrOtherGuy da2ee8b244 use display: -webkit-box instead of flex for nav-bar
display: flex breaks extension menus but -webkit-box doesn't, so lets
use that while it works.
3 years ago
MrOtherGuy 4f2cce8b10 chrome/urlbar_popup_full_width.css: fix incorrect header link 3 years ago
MrOtherGuy bd53d19665 replace --lwt-toolbar-field-x variables with new versions
Firefox 91 still uses some old variants, so this style adds temporary
dummy variables to several styles to make <91 work.
3 years ago
MrOtherGuy cea26c1564 replace --lwt-toolbar-field-border-color with --toolbar-field-border-color 3 years ago
MrOtherGuy 568c1cd86b create a few exceptions for default light theme colors
This lets default light theme to use toolbar-bgcolor for the selected
theme as well as make the line atop of selected tab (with default light theme) show as blue as per
Photon styling.
3 years ago
MrOtherGuy e2a2974038 inline_tab_audio_icons: increase size of audio icon and move it closer to favicon
decreasing the padding allows icon to be bigger. Modifying inline-margin
moves it closer to favicon and also pushes label towards it. This allows
the style to work better with default tab min width (76px) which is not
wide enough to fit favicon, audio icon and close button.
3 years ago
MrOtherGuy ebe138c7a0 autohide_toolbox: set top margin to 0 in fullscreen. Fixes #137 3 years ago
MrOtherGuy 3f19d7159c have urlbar-icons scale using transform instead of padding 3 years ago
MrOtherGuy 51ae368931 edit Windows window top padding values for the toolbox 3 years ago
MrOtherGuy c39e2b1c47 create textual_searchbar_one-offs.css 3 years ago
MrOtherGuy 1e0b86cca4 remove pointer-events from titlebar if cursor is not over the toolbox
This allows the style to work with tabs_on_bottom.css without causing
tabs to appear when close to the top of the web-content, which would
make top ~36px inaccessible.
3 years ago
MrOtherGuy 2519e685aa add background to the toolbox if -lwtheme is not in use
Practically this means that if white variant of system theme is used
then tabs toolbar background is set to very light gray
3 years ago
MrOtherGuy de04813ed2 make window controls visible when used with autohide_tabstoolbar.css 3 years ago
MrOtherGuy 79a02e1a2f use searc-clear.svg for app close button 3 years ago
MrOtherGuy f3c29ec2a4 replace --lwt-toolbarbutton-icon-fill with --toolbarbutton-icon-fill 3 years ago
MrOtherGuy e253f06703 don't set toolbarbutton-icon-fill in toolbars 3 years ago
MrOtherGuy 9373c52d63 exclude some input elements from background-color 3 years ago
MrOtherGuy 18377906d8 don't set left border to overflow-pinned tabs
This was perhaps once required, but nowadays the border just breaks
pinned tabs layout
3 years ago
MrOtherGuy 81a94ba8d4 Set custom backgrounds always rather than depending on lwtheme-image
:root[lwtheme-image] doesn't necessarily work with all themes
3 years ago
MrOtherGuy 04e15aba61 add multi-image background to bookmark toolbar if theme has header image
This is a workaround for an issue where the toolbar background may be
transparent if theme uses non-opaque toolbar background-color
3 years ago
MrOtherGuy cdb336f35e fix some background-color and alignment problems of statusbar 3 years ago
MrOtherGuy a279d575f9 replace the image source for fake dropdown arrow 3 years ago
MrOtherGuy 4171cf0332 set --tab-line-color override in tabbrowser-tabs 3 years ago
MrOtherGuy 0af7342d1b rewrite autohide_tabstoolbar.css 3 years ago
MrOtherGuy 1cbac45914 split up :hover and :focus-within so they cab be changed individually 3 years ago
MrOtherGuy 95456bc3bb add pointer-events to the whole .tab-icon-stack 3 years ago
MrOtherGuy c7061ab793 make pointer-events apply to more elements 3 years ago
MrOtherGuy dcdc03519c make some styles less dependent on color-mix pref 3 years ago
MrOtherGuy 1fcfc2eb20 update selectors to match fx92 3 years ago
MrOtherGuy 5919b68fb9 use built-in variable to better determine correct height for toolbar 3 years ago
MrOtherGuy 6750f88bb7 use the darker dark proton background color for additional windows 3 years ago
MrOtherGuy aec5328ff0 use more proton-like color scheme 3 years ago
MrOtherGuy df1d7fae32 create dark_date_picker_panel.css 3 years ago
MrOtherGuy 73a9bdd072 Define color variables for the notification popup
Variable values are defined such that Firefox' own rules will override
them where applicable (Win10 currently). This change lets us simplify
css by not requiring fallback values and it is clearer since color definitions are all in one place.
3 years ago
MS_Y e2e4fba00d
Notifications using firefox's cssvars (#122)
* notifications using firefox's cssvars

* Proton dark notification border color like windows10
3 years ago
MrOtherGuy 7893bb7db3 apply settings button properties to .box-inherit and remove notification window background 3 years ago
MrOtherGuy 2a101b1d3a don't set height for .tabbrowser-tab 3 years ago
MrOtherGuy bbce8589bc make tabs use --tab-block-margin correctly 3 years ago
MrOtherGuy f3cf989c1b correctly remove effects in customizing mode 3 years ago
MrOtherGuy f1eabd163c create centered_tab_label.css 3 years ago
MrOtherGuy 8c5e03127f use opacity:0 to instead of visibility:hidden to hide urlbar children 3 years ago
MrOtherGuy eaf356c0d1 Revert "use opacity:0 instead of visibility:hidden on urlbar-input children"
This reverts commit caa0fe4371.
3 years ago
MrOtherGuy 4388d8497c add note about color-mix pref 3 years ago
MrOtherGuy 803c27a783 make loading line work better with proton theming 3 years ago
MrOtherGuy 32c9b4dd54 Don't important-remove the selected tab animation 3 years ago
MrOtherGuy fe225ee5ec create menupopups_forced_color_schemes.css 3 years ago
MrOtherGuy 54efe6c5c5 set loading indicator width to 0 when collapsed 3 years ago
MrOtherGuy 19f7e118b4 convert loading indicator to use .tab-icon-stack as a parent 3 years ago
MrOtherGuy b0ed451d7b make sure the line animates only in hovered nonselected tabs
that should have already been the case previously, but if one were to
use some other custom style that added .tab-background::before pseudo
element, then all tabs would have a playing animation which would have
trashed performance.
3 years ago
MrOtherGuy 5617572b9a create loading_indicator_rotating_image.css 3 years ago
MrOtherGuy 4da20b7984 add description 3 years ago
MrOtherGuy 84f25d82da create loading_indicator_bouncing_line.css 3 years ago
MrOtherGuy caa0fe4371 use opacity:0 instead of visibility:hidden on urlbar-input children 3 years ago
MrOtherGuy 9c1d28b602 create hide_tabs_toolbar_w_alltabs_button.css 3 years ago
MrOtherGuy 20e225bb6c create proton_dark_light_notifications.css 3 years ago
MrOtherGuy a1b87da84b don't set max-width when it is set with inline style during closing tabs. 3 years ago
MrOtherGuy a9f10e07ea add missing dummy tab-block-margin variables for oneliners 3 years ago
MrOtherGuy 56f07645aa add window drag space placeholders that won't trigger urlbar 3 years ago
MrOtherGuy 99a53cb7fa Use #444 as box shadow color rather than currentcolor 3 years ago
MrOtherGuy 4dc0f67884 center urlbarview to window and add a shadow to it 3 years ago
MrOtherGuy c811681d01 create icon_only_tabs.css 3 years ago
MrOtherGuy 35900a2b1b apply margin-inline-end to tab-label-container when hovered 3 years ago
MrOtherGuy f7badbc69c only apply taller pinned tabs when using compact mode 3 years ago
MrOtherGuy 683bdce1ad don't set toolbar-bgcolor to transparent when moving tabs 3 years ago
MrOtherGuy f5f7e69c8c replace selected tab max-width none with 100vw 3 years ago
MrOtherGuy 9b7383c4a9 better position other items in toolbars 3 years ago
MrOtherGuy 101672f759 create selected_tab_as_urlbar.css 3 years ago
MrOtherGuy 62b72ed5c9 make proton compatible 3 years ago
MrOtherGuy ae4811a2fb create custom_default_tab_favicons.css 3 years ago
MrOtherGuy 0ff9e439b8 set min-height for contextMenu to prevent overflow in some scenarios 3 years ago
MrOtherGuy 6f791f1a98 make the style work, and scope it to browser.xhtml 3 years ago
MrOtherGuy 1de4217f45 create overlay_tab_audio_icons.css 3 years ago
MrOtherGuy 86f8cf4b86 Use the same extra titlebar padding on Win7 that is used on Win10 3 years ago
MrOtherGuy 6f2d9f5593 Have different default heights for menubar if native titlebar is enabled 3 years ago
MrOtherGuy 3b04182073 inline audio icons shouldn't be inline in pinned tabs 3 years ago
MrOtherGuy 577e2ae0d2 remove bottom:-1px from tabs toolbar 3 years ago
MrOtherGuy 7db2c96530 add temporary dummy variables for tab-block-margin 3 years ago
MrOtherGuy 753c37d010 add compatibility for fullscreen mode and autohide_toolbox.css 3 years ago
MrOtherGuy ccddba2424 apply z-index to tabs, not titlebar and remove browser margin in fullscren 3 years ago
MrOtherGuy daaff92e6a add photon like tab top line onhover animation 3 years ago
MrOtherGuy 025cc33886 create sharp_menupopup_corners.css 3 years ago
MrOtherGuy 5e32db2d44 add 1px bottom margin to tab secondary-line to movve it a bit upwards 3 years ago
MrOtherGuy f513263e2a better autohiding behavior in popup windows and customizing mode 3 years ago
MrOtherGuy 978e143e8b don't trigger nav-bar when bookmarks toolbar is hovered 3 years ago
MrOtherGuy 85b1c9b4e7 create autohide_main_toolbar.css 3 years ago
MrOtherGuy b43f70e395 don't modify padding around urlbar-container, should fix #106 3 years ago
MrOtherGuy 240b7ee1ec increase z-index of selected tab to hide the border below it 3 years ago
MrOtherGuy 8513ca9bfb fix additional background alignment 3 years ago
MrOtherGuy 14c7ef8f92 set toolbar-bgcolor to transparent for tabs toolbar 3 years ago
MrOtherGuy 3b3e363be5 apply --toolbar-bgcolor on top of theme-images 3 years ago
MrOtherGuy 894a7d9f9a remove duplicate rule 3 years ago
MrOtherGuy e369c1670c add support for theme images 3 years ago
MrOtherGuy b1b91c93d3 create non_floating_sharp_tabs.css 3 years ago
MrOtherGuy b0c5cb0ad1 use login.svg (key) for password icon 3 years ago
MrOtherGuy 5e689d9f05 add xul namespace to scrollbars agent sheet 3 years ago
MrOtherGuy 6f24a1443f handle fullscreen mode better 3 years ago
MrOtherGuy d13b692ca3 increase panel item padding to 5px but keep panel bookmarks at 4px 3 years ago
MrOtherGuy de2721e158 better handling for sync button and the zoom item top separator 3 years ago
MrOtherGuy 945a25afd7 add a missing icon for appmenu quit button 3 years ago
MrOtherGuy 0a40706d5e remove extra brightness and make drop-shadow use colors set by variables 3 years ago
MrOtherGuy 2e824e3149 remove background from all identity buttons, not just #identity-icon 3 years ago
MrOtherGuy a9870bd053 simplify tab-close-button styling 3 years ago
MrOtherGuy 6556b1d525 bunch of fixes for proton compatibility 3 years ago
MrOtherGuy b82eafb47f subview-subheader should use - -moz-box rather than set height 3 years ago
MrOtherGuy 86c3eb7d6a use new download icon 4 years ago
MrOtherGuy 5575800d2a create iconized_main_menu.css 4 years ago
MrOtherGuy 2505a9693e shouldn't hide the audio icon overlay from pinned tabs 4 years ago
MrOtherGuy c8b014028d audio icons should behave like in normal if secondary label is shown 4 years ago
MrOtherGuy 7f669db932 Make styling match proton compatible 4 years ago
MrOtherGuy 4beb12d28e make urlbarView-url row align nicely with the text of the first line 4 years ago
MrOtherGuy 99306dccfc separate proton compat. into media query and make close button pos & size correct 4 years ago
MrOtherGuy 06db30e311 Add variable for tab inline padding 4 years ago
MrOtherGuy f27380d7e2 proton compatibility for combined tab favicon & close button 4 years ago
MrOtherGuy 2af9a480af set fixed height for subheader 4 years ago
MrOtherGuy e594b9b6ad remove tab top-border when COLORS are used 4 years ago
MrOtherGuy a0d1da9a36 use box-ordinal-group instead of reversing box direction 4 years ago
MrOtherGuy dd6c73183e reverse tab-background direction so context-line shows at bottom 4 years ago
MrOtherGuy 63822d4fff make extra titlebar-padding only apply to win10 4 years ago
MrOtherGuy 8d4b1392f2 improve proton compatibility 4 years ago
MrOtherGuy a115193aaa remove the empty padding between tabs 4 years ago
MrOtherGuy 87473238b2 remove separators from hovered tabs 4 years ago
MrOtherGuy cde5a0391d use a variable to set color for the optional tab line 4 years ago
MrOtherGuy 693d8b0bbd use -inline-end instead of inline-start to add the border 4 years ago
MrOtherGuy b328b4aba7 create tab_separator_lines.css 4 years ago
MrOtherGuy fdca564431 modify urlbar-icon heights to match smaller urlbar 4 years ago
MrOtherGuy fd2414fef9 create round_caption_buttons.css 4 years ago
MrOtherGuy 595033c4c7 apply scroll-snap to tabs 4 years ago
MrOtherGuy 34f44c8ce7 show secondary-label if video in the tab is in PiP mode 4 years ago
MrOtherGuy 36a11ddb7c create inline_tab_audio_icons.css 4 years ago
MrOtherGuy 3123d87a1c Add option to show tab-secondary-line in compact mode 4 years ago
MrOtherGuy 045938366f make panels a bit more compact 4 years ago
MrOtherGuy b51fbe4f3c create auto_devtools_theme_for_rdm.css 4 years ago
MrOtherGuy 9a845cee6e Add optional section to bring back tab colors & borders 4 years ago
MrOtherGuy 99c70d48ee create tab_effect_scale_onclick.css 4 years ago
MrOtherGuy d981542330 add missing comma and make proton compatible 4 years ago
MrOtherGuy efc32bc5ec make proton compatible by using auto row height and small urlbar margin 4 years ago
MrOtherGuy 47aab4c87d
make border-radius of flipped version important 4 years ago
MrOtherGuy 802c4a4c53 make curved_tabs.css proton compatible 4 years ago
MrOtherGuy 1fd6af0071 replace tabs scrollbutton margin with border-width 4 years ago
MrOtherGuy 71c501871b reduce tabs scrollbutton margin 4 years ago
MrOtherGuy cdd66b43cc Apply few extra rules to make context-navigation items work with display:flex 4 years ago
MrOtherGuy a6f20ac040 update vertical_context_navigation (grid version) 4 years ago
MrOtherGuy 461224d438 modify window and toolbox top margins to support Fx87 4 years ago
MrOtherGuy e6cec0bca2 create hide_tabs_scrollbuttons.css 4 years ago
MrOtherGuy e401e5c044 make oneliners proton compatible 4 years ago
MrOtherGuy 347212829e style context-navigation items according to other Win10 menuitems 4 years ago
MrOtherGuy 73f30fc429 add proton tab block margin to tabs 4 years ago
MrOtherGuy c738f89f77 add proton tab block margin to tabs 4 years ago
MrOtherGuy 10b736a1f7 add proton-tab-block-margin to tab-rows 4 years ago
MrOtherGuy df31cd612d increase default vertical padding to 4px 4 years ago
MrOtherGuy 4bf73e9296 rewrite - draw titlebar horizontally so height of menubar doesn't matter 4 years ago
MrOtherGuy 59bee65e7b adjust item sizes so they fit better to other buttons 4 years ago
MrOtherGuy aa9a8e6953 needs important for proton 4 years ago
MrOtherGuy ea50c64a32 use id selector for overflow list 4 years ago
MrOtherGuy 37220fcc3a remove any inline margins from tabs 4 years ago
MrOtherGuy 17cda94062 flip the layout order of browserContainer 4 years ago
MrOtherGuy 2046d18880 sidebar-box needs to be position:relative 4 years ago
MrOtherGuy fc9afa2a32 Use padding-top instead of margin-top on toolbox to make background apply to menubar 4 years ago
MrOtherGuy c194c5e62b make curve color respect selected tab color set by theme 4 years ago
MrOtherGuy 1324f22b33 Make page-info toolbar background darker 4 years ago
MrOtherGuy a796704dcc apply dark mode rules to sanitize window 4 years ago
MrOtherGuy fd143b1cc6 modify padding & margins around urlbar 4 years ago
MrOtherGuy 78a5c1c287 fix indentation 4 years ago
MrOtherGuy af3debf7bf remove background of .close-icon for proton styling 4 years ago
MrOtherGuy 8dbb40e890 compactify tab close icon 4 years ago
MrOtherGuy 73cf2fe3b3 create passive_tab_audio_label.css 4 years ago
MrOtherGuy c13b85aa2b create buttonlike_toolbarbuttons.css 4 years ago
MrOtherGuy 9f30038c9f Make rules not apply to sidebar and apply to them to some more windows 4 years ago
MrOtherGuy bd90ebae8f add some changes to make proton nice and compact 4 years ago
MrOtherGuy 288584f8d5 create compact_proton.css 4 years ago
catruge dac63f51a7
Private browsing indicator prevents tab bar from collapsing (#89)
* Hide private browsing indicator

* Add note to user
4 years ago
MrOtherGuy ca1ff8ba07 create privatemode_indicator_as_menu_button.css 4 years ago
MrOtherGuy ff2a46604f create window_control_fallback_for_custom_windows_theme.css 4 years ago
MrOtherGuy 11a196c8d0 Create centered_tab_content.css 4 years ago
MrOtherGuy 79053ca5b0 Use arrowpanel colors for the menubar instead of toolbar-bgcolor 4 years ago
MrOtherGuy 797721811e create show_toolbars_in_popup_windows.css 4 years ago
MrOtherGuy 36132cd715 set the toolbar height to 100vh and add more vertical padding to buttons in it 4 years ago
MrOtherGuy 409d6a5cc4 Replace uses of :-moz-any with :is 4 years ago
MrOtherGuy aa77a9478e Apply bookmarks padding also to import-bookmarks and other-bookmarks buttons 4 years ago
MrOtherGuy 7e11f3796e Reduce navbar and personaltoolbar transform specificity 4 years ago
MrOtherGuy 5d18237e62 Add off-by-default way to show toolbars if mainpopupset is hovered 4 years ago
MrOtherGuy 2f3ab157e9 Remove unnecessary extra margin from bottom of urlbarview 4 years ago
MrOtherGuy d30c6209f6 set minimum height for toolbarsprings to prevent collapsing 4 years ago
MrOtherGuy fb987ad073 create custom_menupopup_check_icons.css 4 years ago
MrOtherGuy 3c075b52d6 Create centered_top_statuspanel.css 4 years ago
MrOtherGuy b4d97d83c9 work around issue where hovering sidebar-header would show the toolbox 4 years ago
MrOtherGuy d8f9d1de79 Make capture box be part of urlbar-input-container 4 years ago
MrOtherGuy 80bb49bcf9 Apply z-index:1 to the title-block so it will show on top of bg-images 4 years ago
MrOtherGuy ad953919e4 Hide items that result from tab-to-search functionality (fixes #83) 4 years ago
MrOtherGuy 66774f4b88 Re-add extra padding / margin for identity-icon, see issue 81 for info 4 years ago
MrOtherGuy 16a4cd3d5b remove now unnecessary vertical padding from identity-box 4 years ago
MrOtherGuy 5e823bafd5 make bookmarks toolbar only hidden - not collapsed when it is disabled 4 years ago