mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
7 lines
No EOL
204 B
CSS
7 lines
No EOL
204 B
CSS
/* Always show tab close button on hover and never otherwise */
|
|
.tabbrowser-tab .tab-close-button{
|
|
display:none;
|
|
}
|
|
.tabbrowser-tab:not([pinned]):hover .tab-close-button{
|
|
display:-moz-box !important;
|
|
} |