Skip to content

Commit

Permalink
Fixed small bugs in macos transparency theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadua1010 authored May 9, 2024
1 parent ffab8dc commit 2c363f7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/browser/themes/designs/goplus/go_plus.css
Original file line number Diff line number Diff line change
Expand Up @@ -602,16 +602,28 @@ about:config -> svg.context-properties.content.enabled -> true*/
box-shadow: var(--firefoxcss-normal-tabs-box-shadow) !important;
}

/* Normal tabs design on hover */
#tabbrowser-tabs
.tabbrowser-tab:hover
> .tab-stack
> .tab-background:not([selected]):not(-moz-bool-pref: "pulse.mac-translucent") {
background-color: var(--firefoxcss-tab-hover-bg-color) !important;
}

/* Selected tabs design */
#tabbrowser-tabs .tabbrowser-tab .tab-background[selected] {
border: 0 !important;
border-radius: var(--firefoxcss-border-radius) !important;
background-image: none !important;
background-color: var(--lwt-accent-color) !important;
box-shadow: none !important;
outline: none !important;
}

/* Selected tabs design */
#tabbrowser-tabs .tabbrowser-tab .tab-background[selected]:not(-moz-bool-pref: "pulse.mac-translucent") {
background-color: var(--lwt-accent-color) !important;
}

/* Multiselect tabs */
#tabbrowser-tabs .tabbrowser-tab .tab-background[multiselected] {
border: 0 !important;
Expand Down

0 comments on commit 2c363f7

Please sign in to comment.