This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
src/browser/themes/addons/shared Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
2929 --tab-block-margin : 0 !important ; /* The padding around each tab. In proton, this is what makes them float */
3030 --tab-border-radius : 0 !important ; /* The border radius of the tab */
3131 --tab-padding-inline : 0 !important ; /* Padding to the left and right of the tab. **Focus Browser custom** */
32+
33+ --toolbarbutton-border-radius : 4px ;
3234
3335 /* Toolbar area */
3436 --toolbar-field-border-color : transparent !important ; /* The border color of the search input */
@@ -56,10 +58,21 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
5658 --menulist-border-radius : 8px ; /* The border radius of the menulist */
5759
5860 /* Dialog variables */
59- --dialog-border-radius : 16 px ; /* The border radius of the dialog */
61+ --dialog-border-radius : 8 px ; /* The border radius of the dialog */
6062
6163 /* Make the tabs a touch wider */
62- --tab-min-height : 40px ;
64+ --tab-min-height : 38px ;
65+ }
66+
67+ # tabs-newtab-button .toolbarbutton-icon {
68+ width : 24px ;
69+ height : 24px ;
70+ margin-left : 8px ;
71+ padding : 4px !important ;
72+ }
73+
74+ .toolbarbutton-icon , .tab-close-button {
75+ border-radius : 4px !important ;
6376}
6477
6578.container .infobar ::before {
You can’t perform that action at this time.
0 commit comments