Decrease opacity of tab's background when window is inactive
This commit is contained in:
parent
16f66227bd
commit
8b5047f992
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
||||||
|
|
||||||
.tab {
|
.tab {
|
||||||
-moz-window-dragging: no-drag;
|
-moz-window-dragging: no-drag;
|
||||||
|
|
||||||
|
&:-moz-window-inactive {
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigator-toolbox {
|
#navigator-toolbox {
|
||||||
|
|
Loading…
Reference in a new issue