update
This commit is contained in:
parent
8d52bd6dcc
commit
c4eaaea899
3 changed files with 8 additions and 23 deletions
|
@ -176,8 +176,8 @@ Usage: `./tweaks.sh [OPTIONS...]`
|
||||||
<details> <summary> Options </summary>
|
<details> <summary> Options </summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
-f, --firefox [default|monterey]
|
-f, --firefox [default|monterey|alt]
|
||||||
Install 'WhiteSur|Monterey' theme for Firefox and connect it to the current Firefox profiles. Default is WhiteSur
|
Install 'WhiteSur|Monterey|Monterey-Alt' theme for Firefox and connect it to the current Firefox profiles. Default is WhiteSur
|
||||||
|
|
||||||
-e, --edit-firefox
|
-e, --edit-firefox
|
||||||
Edit 'WhiteSur' theme for Firefox settings and also connect the theme to the current Firefox profiles.
|
Edit 'WhiteSur' theme for Firefox settings and also connect the theme to the current Firefox profiles.
|
||||||
|
|
|
@ -87,15 +87,10 @@ tab > stack {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: -1px;
|
|
||||||
min-width: 100% !important;
|
min-width: 100% !important;
|
||||||
padding: 0 10px !important;
|
padding: 0 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-tab[class*="identity-color-"][pinned] {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tab-background {
|
.tab-background {
|
||||||
transition: all 200ms;
|
transition: all 200ms;
|
||||||
}
|
}
|
||||||
|
@ -177,17 +172,6 @@ tab > stack {
|
||||||
.tabbrowser-tab {
|
.tabbrowser-tab {
|
||||||
padding-inline: 0px !important;
|
padding-inline: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-tab[selected="true"]>.tab-stack>.tab-background {
|
|
||||||
margin-left: 0px !important;
|
|
||||||
margin-right: 0px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* centre text when audio is playing */
|
|
||||||
.tabbrowser-tab:is([soundplaying]) .tab-label-container {
|
|
||||||
margin-left: 0 !important;
|
|
||||||
margin-right: auto !important
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.close-icon {
|
.close-icon {
|
||||||
|
@ -268,10 +252,16 @@ tab > stack {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove container bottom line indicator */
|
/* Remove container bottom line indicator */
|
||||||
|
|
||||||
|
/* Remove alt colours references for multi tabs*/
|
||||||
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-bottom-line {
|
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-bottom-line {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tab[class*="identity-color-"][pinned] {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
#TabsToolbar #alltabs-button {
|
#TabsToolbar #alltabs-button {
|
||||||
padding: 0 0 !important;
|
padding: 0 0 !important;
|
||||||
visibility: collapse !important;
|
visibility: collapse !important;
|
||||||
|
|
|
@ -322,11 +322,6 @@ tab[selected]:-moz-window-inactive {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove container bottom line indicator */
|
|
||||||
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-bottom-line {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Create new container tab indicator */
|
/* Create new container tab indicator */
|
||||||
.tabbrowser-tab[class*="identity-color-"] .tab-content::before {
|
.tabbrowser-tab[class*="identity-color-"] .tab-content::before {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
Loading…
Reference in a new issue