Skip to content

Commit

Permalink
Close button also reflects tab state.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Nov 2, 2023
1 parent e08465f commit 4616c73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions IE6/chrome/tabs.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* remove default tab colors */
#TabsToolbar .tabbrowser-tab[visuallyselected="true"],
#TabsToolbar .tabbrowser-tab[visuallyselected],
#TabsToolbar .tabbrowser-tab, .tabbrowser-tab, .tab-content {
border: unset !important;
}

#TabsToolbar .tabbrowser-tab, .tabbrowser-tab,
#TabsToolbar .tabbrowser-tab[visuallyselected="true"] {
#TabsToolbar .tabbrowser-tab[visuallyselected] {
/*border: 1px solid #505050 !important;*/
border-bottom: none !important;
padding: 0 !important;
Expand Down Expand Up @@ -55,15 +55,15 @@
border: solid 1px #405a6d !important;
}

.tabbrowser-tab:not([visuallyselected="true"]) .tab-close-button.close-icon,
.tabbrowser-tab:not([visuallyselected="true"]) .tab-icon-sound {
.tabbrowser-tab:not([visuallyselected]) .tab-close-button.close-icon,
.tabbrowser-tab:not([visuallyselected]) .tab-icon-sound {
background: linear-gradient(180deg, rgba(172,180,182,1) 0%, rgba(172,180,182,1) 50%, rgba(153,161,163,1) 50%, rgba(153,161,163,1) 100%) !important;
/*fill: #bbc3c5;*/
fill: #5b5b5b !important;
}

.tabbrowser-tab[visuallyselected="true"] .tab-close-button.close-icon,
.tabbrowser-tab[visuallyselected="true"] .tab-icon-sound {
.tabbrowser-tab[visuallyselected] .tab-close-button.close-icon,
.tabbrowser-tab[visuallyselected] .tab-icon-sound {
background: linear-gradient(180deg, rgba(173,200,227,1) 0%, rgba(173,200,227,1) 50%, rgba(86,127,168,1) 50%, rgba(105,144,183,1) 100%) !important;
fill: #fff !important;
}
Expand Down

1 comment on commit 4616c73

@soup-bowl
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#24

Please sign in to comment.