mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-24 13:31:18 -08:00
14 lines
555 B
SCSS
14 lines
555 B
SCSS
/*= New tab button - Looks like tab ==========================================*/
|
|
@include Option("userChrome.tab.newtab_button_like_tab") {
|
|
@import "newtab_button/looks_like_tab";
|
|
}
|
|
|
|
/*= New tab button - Smaller button ==========================================*/
|
|
@include Option("userChrome.tab.newtab_button_smaller") {
|
|
@import "newtab_button/smaller_button";
|
|
}
|
|
|
|
/*= New tab button - Proton like button ======================================*/
|
|
@include Option("userChrome.tab.newtab_button_proton") {
|
|
@import "newtab_button/proton_like_button";
|
|
}
|