mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-03 15:53:52 -08:00
Clean: Restruct tabbar
This commit is contained in:
parent
de9ce24017
commit
58ed874435
12 changed files with 24 additions and 18 deletions
5
src/tabbar/_clipped_tab.scss
Normal file
5
src/tabbar/_clipped_tab.scss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/** Clipped tabs - Letters cleary *********************************************/
|
||||
@import "clipped_tab/letters_cleary";
|
||||
|
||||
/** Clipped tabs - Show close button at hover *********************************/
|
||||
@import "clipped_tab/show_close_button_at_hover";
|
||||
8
src/tabbar/_selected_tab.scss
Normal file
8
src/tabbar/_selected_tab.scss
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/*= Selected Tab - Color like toolbar ========================================*/
|
||||
@import "selected_tab/color_like_toolbar";
|
||||
|
||||
/*= Selected Tab - Box Shadow ================================================*/
|
||||
@import "selected_tab/box_shadow";
|
||||
|
||||
/*= Selected Tab - Bottom Rounded Corner =====================================*/
|
||||
@import "selected_tab/bottom_rounded_corner";
|
||||
5
src/tabbar/_sound_tab.scss
Normal file
5
src/tabbar/_sound_tab.scss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/*= Sound Tab - Hide Label ===================================================*/
|
||||
@import "sound_tab/hide_label";
|
||||
|
||||
/*= Sound Tab - Show with Favicons ===========================================*/
|
||||
@import "sound_tab/show_with_favicons";
|
||||
|
|
@ -40,14 +40,8 @@
|
|||
/** Tab Bar - Connect to window ***********************************************/
|
||||
@import "tabbar/connect_to_window";
|
||||
|
||||
/** Selected Tab - Color like toolbar *****************************************/
|
||||
@import "tabbar/color_like_toolbar";
|
||||
|
||||
/** Selected Tab - Box Shadow *************************************************/
|
||||
@import "tabbar/box_shadow";
|
||||
|
||||
/** Selected Tab - Bottom Rounded Corner **************************************/
|
||||
@import "tabbar/bottom_rounded_corner";
|
||||
/** Selected Tab **************************************************************/
|
||||
@import "tabbar/selected_tab";
|
||||
|
||||
/** Unselected Tab - Divide line **********************************************/
|
||||
@import "tabbar/divide_line";
|
||||
|
|
@ -58,17 +52,11 @@
|
|||
/* Unloaded Tab - Contents Opacity ********************************************/
|
||||
@import "tabbar/unload_tab";
|
||||
|
||||
/** Clipped tabs - Letters cleary *********************************************/
|
||||
@import "tabbar/letters_cleary";
|
||||
/** Clipped tabs **************************************************************/
|
||||
@import "tabbar/clipped_tab";
|
||||
|
||||
/** Clipped tabs - Show close button at hover ****************&&***************/
|
||||
@import "tabbar/show_close_button_at_hover";
|
||||
|
||||
/** Sound Tab - Hide Label ****************************************************/
|
||||
@import "tabbar/hide_label";
|
||||
|
||||
/** Sound Tab - Show with Favicons ********************************************/
|
||||
@import "tabbar/show_with_favicons";
|
||||
/** Sound Tab *****************************************************************/
|
||||
@import "tabbar/sound_tab";
|
||||
|
||||
/** PictureInPicture Tab - Show PIP Icon **************************************/
|
||||
@import "tabbar/picture_in_picture_tab";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue