Skip to content

Commit b19b3ae

Browse files
committed
Less intense fog and 8 fixs
1 parent 136fba5 commit b19b3ae

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

browser/themes/shared/light-dark-overrides.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
@media (-moz-platform: windows-win7) {
3636
@media (-moz-windows-default-theme) {
3737
#TabsToolbar {
38-
background-image: radial-gradient(ellipse at bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.5) 80%, transparent);
38+
background-image: radial-gradient(ellipse at bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.5) 40%, transparent);
3939
color: black;
4040
--toolbarbutton-icon-fill: currentColor;
4141
}

browser/themes/windows/browser-aero.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,12 @@
280280
#main-window[sizemode="normal"] #navigator-toolbox:-moz-lwtheme {
281281
border-top: 1px solid var(--glass-shadow-color);
282282
}
283+
284+
/* Allows seeing inactive stuffs on 8 */
285+
#TabsToolbar {
286+
color: black !important;
287+
--toolbarbutton-icon-fill: currentColor !important;
288+
}
283289
}
284290

285291
:root[darkwindowframe="true"]:not(:-moz-window-inactive, :-moz-lwtheme) {

browser/themes/windows/browser.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
@media (-moz-platform: windows-win7) {
9999
@media (-moz-windows-default-theme) {
100100
#TabsToolbar:not(:-moz-lwtheme) {
101-
background-image: radial-gradient(ellipse at bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.5) 80%, transparent);
101+
background-image: radial-gradient(ellipse at bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.5) 40%, transparent);
102102
}
103103
}
104104
}

0 commit comments

Comments
 (0)