-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
229 additions
and
1,390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
115_test/css/aboutaddons/addons_manager_alternative_appearance_aero.css
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
115_test/css/aboutpreferences/preferences_alternative_appearance_aero.css
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* Thunderbird userChrome.css tweaks ************************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ | ||
|
||
|
||
.spaces-toolbar-button { | ||
appearance: none !important; | ||
padding: 1px 5px !important; | ||
background: rgba(151,152,153,.05) | ||
linear-gradient(rgba(251,252,253,.95), rgba(246,247,248,.47) 49%, | ||
rgba(231,232,233,.45) 51%, rgba(225,226,229,.3)) !important; | ||
background-clip: padding-box !important; | ||
border-radius: 2.5px !important; | ||
border: 1px solid !important; | ||
border-color: rgba(0,0,0,.12) rgba(0,0,0,.19) rgba(0,0,0,.38) !important; | ||
box-shadow: 0 0 0 1px rgba(255,255,255,.3) inset, | ||
0 0 0 2px rgba(255,255,255,.1) inset !important; | ||
} | ||
|
||
.spaces-toolbar-button:hover { | ||
background-color: hsla(190,60%,70%,.5) !important; | ||
border-color: hsla(190,50%,65%,.8) hsla(190,50%,50%,.8) hsla(190,50%,40%,.8) !important; | ||
box-shadow: 0 0 0 1px rgba(255,255,255,.3) inset, | ||
0 0 0 1.5px rgba(255,255,255,.1) inset, | ||
0 0 3.5px hsl(190,90%,80%) !important; | ||
transition: background-color .4s ease-in, | ||
border-color .3s ease-in, | ||
box-shadow .3s ease-in !important; | ||
} | ||
|
||
.spaces-toolbar-button.current { | ||
color: initial !important; | ||
background-color: transparent !important; | ||
border-color: rgba(0,0,0,.65) rgba(0,0,0,.55) rgba(0,0,0,.5) !important; | ||
box-shadow: 0 0 6.5px rgba(0,0,0,.4) inset, | ||
0 0 2px rgba(0,0,0,.4) inset, | ||
0 1px 0 rgba(255,255,255,.4) !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
115_test/css/general/tbp_menubar_tabstoolbar_unifiedtoolbar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/* Thunderbird userChrome.css tweaks ************************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ | ||
|
||
|
||
#titlebar unified-toolbar { | ||
order: -8 !important; | ||
} | ||
|
||
#titlebar #toolbar-menubar { | ||
order: -10 !important; | ||
height: 30px !important; | ||
} | ||
|
||
#titlebar #tabs-toolbar { | ||
order: -9 !important; | ||
padding-inline-end: 160px !important; | ||
} | ||
|
||
.titlebar-buttonbox-container { | ||
position: fixed !important; | ||
right: 0 !important; | ||
top: 0 !important; | ||
} | ||
|
||
#unifiedToolbarContent { | ||
padding-inline-start: 0 !important; | ||
} | ||
|
||
#titlebar #toolbar-menubar[autohide="true"][inactive="true"]:not([customizing="true"]) { | ||
height: 0 !important; | ||
} |
34 changes: 34 additions & 0 deletions
34
115_test/css/general/tbp_menubar_unifiedtoolbar_tabstoolbar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/* Thunderbird userChrome.css tweaks ************************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ | ||
|
||
|
||
#titlebar unified-toolbar { | ||
order: -9 !important; | ||
} | ||
|
||
#titlebar #toolbar-menubar { | ||
order: -10 !important; | ||
height: 30px !important; | ||
} | ||
|
||
#titlebar #tabs-toolbar { | ||
order: -8 !important; | ||
} | ||
|
||
.titlebar-buttonbox-container { | ||
position: fixed !important; | ||
right: 0 !important; | ||
top: 0 !important; | ||
} | ||
|
||
#unifiedToolbarContent { | ||
padding-inline-start: 0 !important; | ||
} | ||
|
||
#titlebar #toolbar-menubar[autohide="true"][inactive="true"]:not([customizing="true"]) { | ||
height: 0 !important; | ||
} | ||
|
||
#unifiedToolbar { | ||
padding-inline-end: 160px !important; | ||
} |
26 changes: 26 additions & 0 deletions
26
115_test/css/general/tbp_tabstoolbar_menubar_unifiedtoolbar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* Thunderbird userChrome.css tweaks ************************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ | ||
|
||
|
||
#titlebar unified-toolbar { | ||
order: -8 !important; | ||
} | ||
|
||
#titlebar #toolbar-menubar { | ||
order: -9 !important; | ||
} | ||
|
||
#titlebar #tabs-toolbar { | ||
order: -10 !important; | ||
padding-inline-end: 160px !important; | ||
} | ||
|
||
.titlebar-buttonbox-container { | ||
position: fixed !important; | ||
right: 0 !important; | ||
top: 0 !important; | ||
} | ||
|
||
#unifiedToolbarContent { | ||
padding-inline-start: 0 !important; | ||
} |
27 changes: 27 additions & 0 deletions
27
115_test/css/general/tbp_tabstoolbar_unifiedtoolbar_menubar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* Thunderbird userChrome.css tweaks ************************************************************/ | ||
/* Github: https://github.com/aris-t2/customcssfortb ********************************************/ | ||
|
||
|
||
#titlebar unified-toolbar { | ||
order: -9 !important; | ||
} | ||
|
||
#titlebar #toolbar-menubar { | ||
order: -8 !important; | ||
|
||
} | ||
|
||
#titlebar #tabs-toolbar { | ||
order: -10 !important; | ||
padding-inline-end: 160px !important; | ||
} | ||
|
||
.titlebar-buttonbox-container { | ||
position: fixed !important; | ||
right: 0 !important; | ||
top: 0 !important; | ||
} | ||
|
||
#unifiedToolbarContent { | ||
padding-inline-start: 0 !important; | ||
} |
Oops, something went wrong.