Skip to content

Commit

Permalink
vivalarc_autotab tabbar background color fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
tovifun committed Nov 4, 2024
1 parent a88f5c7 commit 413a293
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion vivalarc-6.9/vivalarc.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ vivaldi version: v6.6 - v6.9
#browser.mac:not(.is-settingspage):not(.address-top).tabs-left.tabs-right > #header,
#browser.mac:not(.is-settingspage):not(.tabs-top):not(.tabs-bottom) #header,
#browser.mac.color-behind-tabs-off:not(.is-settingspage)#browser.tabs-left.tabs-right #header{
background:var(--colorTabBar);
background:transparent;
min-height:var(--mac-header) !important;
height:var(--mac-header) !important;
}
Expand Down
2 changes: 1 addition & 1 deletion vivalarc-autotab/vivalarc.css
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ button.button-startpage:active { background: none !important; }

.inner > .tabbar-wrapper > .tabbar-wrapper:hover{
position: absolute;
background:var(--colorImageLeftBg);
background:var(--colorImageLeftBg, var(--colorBgLight)) ;

}

Expand Down
2 changes: 1 addition & 1 deletion vivalarc-compact-ui/vivalarc.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ vivaldi version: v6.6 - v7.0
#browser.mac:not(.is-settingspage):not(.address-top).tabs-left.tabs-right > #header,
#browser.mac:not(.is-settingspage):not(.tabs-top):not(.tabs-bottom) #header,
#browser.mac.color-behind-tabs-off:not(.is-settingspage)#browser.tabs-left.tabs-right #header{
background:var(--colorTabBar);
background:transparent;
min-height:var(--mac-header) !important;
height:var(--mac-header) !important;
}
Expand Down
2 changes: 1 addition & 1 deletion vivalarc-larger-ui/vivalarc.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ vivaldi version: v6.6 - v7.0
#browser.mac:not(.is-settingspage):not(.address-top).tabs-left.tabs-right > #header,
#browser.mac:not(.is-settingspage):not(.tabs-top):not(.tabs-bottom) #header,
#browser.mac.color-behind-tabs-off:not(.is-settingspage)#browser.tabs-left.tabs-right #header{
background:var(--colorTabBar);
background:transparent;
min-height:var(--mac-header) !important;
height:var(--mac-header) !important;
}
Expand Down
2 changes: 1 addition & 1 deletion vivalarc.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ vivaldi version: v6.6 - v7.0
#browser.mac:not(.is-settingspage):not(.address-top).tabs-left.tabs-right > #header,
#browser.mac:not(.is-settingspage):not(.tabs-top):not(.tabs-bottom) #header,
#browser.mac.color-behind-tabs-off:not(.is-settingspage)#browser.tabs-left.tabs-right #header{
background:var(--colorTabBar);
background:transparent;
min-height:var(--mac-header) !important;
height:var(--mac-header) !important;
}
Expand Down

0 comments on commit 413a293

Please sign in to comment.