Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 48a2f4b

Browse files
committed
💄 New tab button
1 parent e8b8dc7 commit 48a2f4b

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

‎src/browser/themes/addons/shared/shared.inc.css‎

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff 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: 16px; /* The border radius of the dialog */
61+
--dialog-border-radius: 8px; /* 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 {

0 commit comments

Comments
 (0)