File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ menulist>menupopup>menu {
238
238
.close-icon : not (.tab-close-button ): hover ,
239
239
# TabsToolbar .toolbarbutton-1 : not (: active ): not ([open ]): hover {
240
240
outline : 0 !important ;
241
- background : var ( --gnome-button-hover-color ) !important ;
241
+
242
242
}
243
243
244
244
.close-icon : not (.tab-close-button ): active ,
Original file line number Diff line number Diff line change @@ -240,12 +240,23 @@ tab[selected]:-moz-window-inactive {
240
240
display : flex;
241
241
}
242
242
243
-
243
+ /* change background of tabs based on mode to not rely on theme */
244
244
.tab-background {
245
- background-color : transparent !important ;
245
+ background-color : var ( --gnome-tabbar-tab-background ) !important ;
246
246
transition : all 200ms ;
247
247
}
248
-
248
+ .tabbrowser-tab ::after ,
249
+ .tabbrowser-tab ::before {
250
+ border-color : var (--gnome-tabbar-tab-hover-background ) !important ;
251
+ }
252
+ # TabsToolbar .toolbarbutton-1 {
253
+ background : var (--gnome-tabbar-tab-background ) !important ;
254
+ background-color : var (--gnome-tabbar-tab-background ) !important ;
255
+ }
256
+ # TabsToolbar .toolbarbutton-1 : hover {
257
+ background : var (--gnome-tabbar-tab-hover-background ) !important ;
258
+ background-color : var (--gnome-tabbar-tab-hover-background ) !important ;
259
+ }
249
260
/* Active tab */
250
261
.tab-background [selected = true ] {
251
262
background-color : var (--gnome-tabbar-tab-active-background ) !important ;
You can’t perform that action at this time.
0 commit comments