685 Commits (a383071f10033708775492077198e35b80888bc8)

Author SHA1 Message Date
MrOtherGuy 3246a70d20 create page_action_buttons_on_urlbar_hover.css 3 years ago
Peter Anderson 6a5e012c0b
Issue #157: Match transition duration to page_action_buttons_on_hover.css. (#158) 3 years ago
MrOtherGuy 4bd6f389a8 don't hide remote control icon for security. 3 years ago
MrOtherGuy 878fe0fa05 create urlbar_info_icons_on_hover.css 3 years ago
MrOtherGuy 85b03c0701 only modify vertical padding of arrowpanel items 3 years ago
MrOtherGuy 82fec575ec remove uses of -moz-proton media query 3 years ago
MrOtherGuy 5118aedfad remove --proton-tab-block-margin dummy variables 3 years ago
MrOtherGuy 134fdbfb22 make vertical_menubar.css sort of work
This style was totally broken, now it at least works.
3 years ago
MrOtherGuy d64e9e129e add temporary dummy variables to support for window frame color
In 96 the old --lwt-accent-color is renamed to --lwt-frame so add some
compatibility rules for now.
3 years ago
MrOtherGuy d35ebf1943 hide .bookmark-item elements in fullscreen mode. Fixes #154
For some reason individual .bookmark items in the toolbar are being
rendered in Firefox 96, even though the toolbar itself is hidden. This
patch applies a simple visibility:hidden to all of them.
3 years ago
MrOtherGuy 5d5370fab3 create multi-row_main_toolbar.css 3 years ago
MrOtherGuy cd77c41af7 make it possible to extend fake border around urlbar popup
This makes the input-container use static positioning which could
potentially be problematic in some scenarios.
3 years ago
MrOtherGuy 880700519a remove margin around urlbar-background
This also removes pre-proton tab-block-margin variable which isn't
supported anymore
3 years ago
MrOtherGuy b3730074ba create urlbar_container_color_border.css 3 years ago
MrOtherGuy 946668e9a1 Handle different bookmarks item heights better
Bookmark items in the toolbar may not be same height on all systems,
generally the text size on Linux is bigger than on Windows for example.
This patch changes the height to use min-height on bookmark items and
removes their individual block padding. Thus, thee effectively have
variable block-padding depending on the text size.

In addition this patch removes few pre-proton workarounds because those
don't need to be supported any more.
3 years ago
MrOtherGuy 2d7f31b766 make sure bookmarks toolbar isn't collapsed in fullscreen mode. fixes #154 3 years ago
MrOtherGuy fe534d6224 make #tab-notification-deck always be closest "toolbar" to content 3 years ago
MrOtherGuy 1a9cbceb7c floating-findbar: make findbar-status able to be clipped
Before this change, the status would show fully, so on narrow windows
the input controls and close button would be pushed out of the window.
Now the status text will instead get clipped.
3 years ago
MrOtherGuy 357e5bc0b4 create selected_tab_gradient_border.css 3 years ago
MrOtherGuy b6ae559352 multi-row-tabs: remove bottom-margin from tabs-newtab-button
The 1px bottom margin may have small visible effect for row-height computation
in which case the visible height may be thrown off by a little bit. This
patch fixes that issue.
3 years ago
MrOtherGuy d0c5ac941c inline-audio-icons: add opacity:1 to throbber so it shows in compact mode 3 years ago
MrOtherGuy 1ae35459e1 Make developer-icon use new correct image path 3 years ago
MrOtherGuy 233d758f08 hide_tabs_toolbar: make the style work better with titlebar and menubar 3 years ago
MrOtherGuy 81a385bd63 window control button visibility changes 3 years ago
MrOtherGuy f973f447a1 use absolute positioning for window controls in fullscreen 3 years ago
MrOtherGuy b1125f81ff Show titlebar-buttonbox if it's last-child, and make it use --toolbar-color
Using --toolbar-color allow the icons to show up if the selected theme
has light tabs but dark toolbar, and vice versa. In 95 there is no
separate #window-controls for fullscreen, and thus the titlebar-buttonbox-container
becomes last-child which we don't want to hide.
3 years ago
MrOtherGuy 7801318d78 add -1px margin for multiselected tab-background
This makes the tabs to draw 1px on top of each other which should make
multiselected tabs look better with and without tab separators
3 years ago
MrOtherGuy 9ad96bb6f3 Set multiselected tabs to have tab hover background color. Fixes #150 3 years ago
MrOtherGuy 33a655de9e remove toolbox bottom border and improve compatibility with autohide_toolbox.css 3 years ago
MrOtherGuy c50e8aa8aa remove max-height from panels so their content shows properly on linux 3 years ago
MrOtherGuy 6214f6e1e7 separate window-control-drag-space-width to -pre and -post
This way we can handle maximized windows not having the other drag space
like Firefox does normally. This patch additionally adds window control
width values for Win7 Win8 and linux
3 years ago
MrOtherGuy a73238a267 fix tabs-newtab-button appearance 3 years ago
MrOtherGuy 96f2ba5977 add default disabled option to show bookmarks below tabs 3 years ago
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