Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris-t2 committed Oct 2, 2023
1 parent 4d7e6f0 commit 0cac427
Show file tree
Hide file tree
Showing 48 changed files with 30 additions and 14 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
transition-duration: 0ms !important;
}

.unified-toolbar-button,
.unified-toolbar li:not(.search-bar,.spacer),
:is(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1 {
appearance: none !important;
background: rgba(151,152,153,.05)
Expand All @@ -29,8 +29,7 @@
0 0 0 2px rgba(255,255,255,.1) inset !important;
}


.unified-toolbar-button:hover,
.unified-toolbar li:not(.search-bar,.spacer):hover,
:is(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1: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;
Expand All @@ -42,11 +41,25 @@
box-shadow .3s ease-in !important;
}

.unified-toolbar-button:is(:hover:active,[checked="true"],[open="true"]),
.unified-toolbar li:not(.search-bar,.spacer):is(:hover:active,[checked="true"],[open="true"]),
:is(.chromeclass-toolbar,#header-view-toolbox,#attachmentView,.lightning-notification-bar,#quick-filter-bar) .toolbarbutton-1:is(:hover:active,[checked="true"],[open="true"]) {
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;
}

.unified-toolbar-button.button,
.unified-toolbar-button.button:hover,
.unified-toolbar-button.button:is(:hover:active,[checked="true"],[open="true"]) {
appearance: none !important;
background-color: unset !important;
border: unset !important;
box-shadow: unset !important;
}

.unified-toolbar li {
margin: 0 1px !important;
}

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
23 changes: 13 additions & 10 deletions 115_test/userChrome.css → current/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*===============================================================================
Thunderbird userChrome.css tweaks: main file
Custom CSS for Thunderbird 115
Current version: 3.0.0test
Custom CSS for Thunderbird 115+
Current version: 3.0.0
Based on 'Classic Theme Restorer'. 'CustomizeMyBird' & 'Classic Toolbar Buttons' add-ons CSS code
Github: https://github.com/aris-t2/customcssfortb
Expand Down Expand Up @@ -74,7 +74,7 @@
*/

@import "./css/buttons/ctb_on_main_toolbars.css"; /**/
/* @import "./css/buttons/ctb_on_menubar.css"; /**/
/* @import "./css/buttons/ctb_on_menubar.css"; /**/ /* e.g. menubar of compose window */
/* @import "./css/buttons/ctb_on_spacestoolbar.css"; /**/


Expand Down Expand Up @@ -128,8 +128,11 @@
/* --------------------------------------------------------------------------
Adjust toolbar height to stop height changes when switching to other tabs
--------------------------------------------------------------------------
[!] might no be needed in TB 115.3+
*/
@import "./css/general/unified_toolbar_tweaks.css"; /**/
/* @import "./css/general/unified_toolbar_tweaks.css"; /**/


/* --------------
Expand Down Expand Up @@ -159,9 +162,9 @@
/* @import "./css/general/quickfilterbar_icons_and_text.css"; /**/


/* ------------------
Toolbar positions
------------------
/* -------------
Toolbar order
-------------
[!] only use one option at a time
Expand All @@ -181,9 +184,9 @@

/* @import "./css/general/menupopup_squared_borders.css"; /**/

/* ----------
Hide items
----------
/* ----------------
Hide UI elements
----------------
*/

/* @import "./css/general/spacestoolbar_and_buttons_hidden.css"; /**/
Expand Down
File renamed without changes.

0 comments on commit 0cac427

Please sign in to comment.