Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
Better tabs in dark variant (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
seleznev committed Apr 11, 2015
1 parent 90a7b44 commit f364e49
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions theme/shared/browser/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -2363,8 +2363,8 @@ richlistitem[selected="true"][type~="action"][actiontype="switchtab"] > .ac-url-
}

#TabsToolbar@darkTheme@ {
background: #363b3b;
border-top-color: transparent;
background: #303535;
border-top-color: #1c1f1f;
box-shadow: inset 0 2px 3px -1px hsla(0,0%,0%,.15);
}

Expand Down Expand Up @@ -2505,8 +2505,8 @@ richlistitem[selected="true"][type~="action"][actiontype="switchtab"] > .ac-url-
}

#TabsToolbar@darkTheme@ .tabbrowser-tab[selected=true] .tab-background-middle {
background: #393f3f;
-moz-border-bottom-colors: #346099;
background: #343939;
-moz-border-bottom-colors: #215d9c;
}

#main-window[privatebrowsingmode=temporary] .tabbrowser-tab[selected=true] .tab-background-middle {
Expand All @@ -2523,8 +2523,8 @@ richlistitem[selected="true"][type~="action"][actiontype="switchtab"] > .ac-url-
}

#TabsToolbar@darkTheme@ .tabbrowser-tab:not([selected=true]):hover .tab-background-middle {
background: #373d3d;
-moz-border-bottom-colors: #292e31;
background: #313636;
-moz-border-bottom-colors: #1c1f1f;
}

.tab-background-start,
Expand All @@ -2547,8 +2547,8 @@ richlistitem[selected="true"][type~="action"][actiontype="switchtab"] > .ac-url-

#TabsToolbar@darkTheme@ .tab-background-start[selected=true],
#TabsToolbar@darkTheme@ .tab-background-end[selected=true] {
background: #2a3033;
background-image: linear-gradient(to top, #346099, #2a3033 2px, #2a3033);
background: #282b2b;
background-image: linear-gradient(to top, #346099, #282b2b 2px, #282b2b);
}

#main-window[privatebrowsingmode=temporary]@darkTheme@ .tab-background-start[selected=true],
Expand All @@ -2564,7 +2564,7 @@ richlistitem[selected="true"][type~="action"][actiontype="switchtab"] > .ac-url-

#TabsToolbar@darkTheme@ .tabbrowser-tab:hover .tab-background-start:not([selected=true]),
#TabsToolbar@darkTheme@ .tabbrowser-tab:hover .tab-background-end:not([selected=true]) {
background: #2c3235;
background: #2a2f2f;
}

.tab-background {
Expand Down

0 comments on commit f364e49

Please sign in to comment.