Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris-t2 committed Mar 17, 2024
1 parent 8d84654 commit 11e6992
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 21 deletions.
34 changes: 23 additions & 11 deletions noiabuttons/css/noiaui_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ toolbar:not(#nav-bar):not(#TabsToolbar):not(#toolbar-menubar),
/* location / search bar */
#urlbar, .searchbar-textbox {
border-radius: 3px !important;
background: rgba(255,255,255,0.98) !important;
}
@media not (-moz-toolbar-prefers-color-scheme: dark), not (prefers-color-scheme: dark) {
#urlbar, .searchbar-textbox {
background: rgba(255,255,255,0.98) !important;
}
}
#urlbar:-moz-locale-dir(ltr) box {
border-top-left-radius: 3px !important;
Expand All @@ -27,7 +31,8 @@ toolbar:not(#nav-bar):not(#TabsToolbar):not(#toolbar-menubar),
border-bottom-right-radius: 3px !important;
}

#navigator-toolbox toolbar:not(#toolbar-menubar) toolbarbutton > label,
#navigator-toolbox toolbar:not(#toolbar-menubar) > toolbarbutton > label,
#navigator-toolbox #TabsToolbar-customization-target > toolbarbutton > label,
#navigator-toolbox #PersonalToolbar toolbarbutton > label{
color: white !important;
}
Expand Down Expand Up @@ -90,7 +95,7 @@ toolbar:not(#nav-bar):not(#TabsToolbar):not(#toolbar-menubar),

/* space between tabs */
:is(.tabs-newtab-button,#tabs-newtab-button),
.tabbrowser-tab {
.tabbrowser-tab:not([pinned]) {
margin-inline-start: 0px !important;
}

Expand All @@ -109,20 +114,26 @@ toolbar:not(#nav-bar):not(#TabsToolbar):not(#toolbar-menubar),
}

/* tab close button */
#closetab_fmarin_com-BAP,
#tabmix-tabs-closebutton,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]) .tab-close-button {
appearance: none !important;
border: none !important;
padding: 0px !important;
list-style-image: url("./../images/close4.png") !important; /*4*/
list-style-image: url("./../images/close1.png") !important; /*4*/
background: unset !important;
}

#closetab_fmarin_com-BAP:hover,
#tabmix-tabs-closebutton:hover,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]):hover .tab-close-button:hover,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]) .tab-close-button:hover,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]) .tab-close-button[selected="true"]:hover {
list-style-image: url("./../images/close2.png") !important;
}

#closetab_fmarin_com-BAP:hover:active,
#tabmix-tabs-closebutton:hover:active,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]):hover .tab-close-button:hover:active,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]) .tab-close-button:hover:active,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]) .tab-close-button[selected="true"]:hover:active {
Expand All @@ -137,16 +148,11 @@ toolbar:not(#nav-bar):not(#TabsToolbar):not(#toolbar-menubar),
.tabbrowser-tab .tab-close-button{
opacity: 1.0 !important;
}

/*
#TabsToolbar .close-icon > .toolbarbutton-icon {
width: 16px !important;
height: 16px !important;
}

*[type="pre-tabs"],
*[type="post-tabs"] {
display: none !important;
}
}*/

.tab-close-button {
margin-inline-end: unset !important;
Expand All @@ -160,3 +166,9 @@ toolbar:not(#nav-bar):not(#TabsToolbar):not(#toolbar-menubar),
padding-inline-start: unset !important;
width: unset !important;
}

/* remove unneeded space on tabs toolbar */
*[type="pre-tabs"],
*[type="post-tabs"] {
display: none !important;
}
25 changes: 16 additions & 9 deletions noiabuttons/css/noiaui_light.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ toolbar:not(#nav-bar):not(#TabsToolbar):not(#toolbar-menubar),

/* space between tabs */
:is(.tabs-newtab-button,#tabs-newtab-button),
.tabbrowser-tab {
.tabbrowser-tab:not([pinned]) {
margin-inline-start: 0px !important;
}

Expand All @@ -100,20 +100,26 @@ toolbar:not(#nav-bar):not(#TabsToolbar):not(#toolbar-menubar),
}

/* tab close button */
#closetab_fmarin_com-BAP,
#tabmix-tabs-closebutton,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]) .tab-close-button {
appearance: none !important;
border: none !important;
padding: 0px !important;
list-style-image: url("./../images/close4.png") !important; /*4*/
list-style-image: url("./../images/close1.png") !important; /*4*/
background: unset !important;
}

#closetab_fmarin_com-BAP:hover,
#tabmix-tabs-closebutton:hover,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]):hover .tab-close-button:hover,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]) .tab-close-button:hover,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]) .tab-close-button[selected="true"]:hover {
list-style-image: url("./../images/close2.png") !important;
}

#closetab_fmarin_com-BAP:hover:active,
#tabmix-tabs-closebutton:hover:active,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]):hover .tab-close-button:hover:active,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]) .tab-close-button:hover:active,
.tabbrowser-tab:not([pinned]):not([protected]):not([autoReload]) .tab-close-button[selected="true"]:hover:active {
Expand All @@ -128,16 +134,11 @@ toolbar:not(#nav-bar):not(#TabsToolbar):not(#toolbar-menubar),
.tabbrowser-tab .tab-close-button{
opacity: 1.0 !important;
}

/*
#TabsToolbar .close-icon > .toolbarbutton-icon {
width: 16px !important;
height: 16px !important;
}

*[type="pre-tabs"],
*[type="post-tabs"] {
display: none !important;
}
}*/

.tab-close-button {
margin-inline-end: unset !important;
Expand All @@ -151,3 +152,9 @@ toolbar:not(#nav-bar):not(#TabsToolbar):not(#toolbar-menubar),
padding-inline-start: unset !important;
width: unset !important;
}

/* remove unneeded space on tabs toolbar */
*[type="pre-tabs"],
*[type="post-tabs"] {
display: none !important;
}
3 changes: 3 additions & 0 deletions noiabuttons/css/toolbar_buttons_base.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion noiabuttons/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
NoiaButtons CSS for Firefox 111+
Version 3.0.1
Version 3.0.3
Last version compatible with Firefox 60-88 is v1.1.5
Expand Down

0 comments on commit 11e6992

Please sign in to comment.