Decrease opacity of tab's background when window is inactive

This commit is contained in:
windingwind 2023-12-20 18:36:47 +08:00 committed by Dan Stillman
parent 16f66227bd
commit 8b5047f992

View file

@ -9,6 +9,10 @@
.tab {
-moz-window-dragging: no-drag;
&:-moz-window-inactive {
opacity: 0.6;
}
}
#navigator-toolbox {