mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
10 lines
160 B
CSS
10 lines
160 B
CSS
|
|
@media (-moz-bool-pref: "uc.hidePlugins.disabled") {
|
|
#unified-extensions-button{
|
|
display: inherit;
|
|
}
|
|
}
|
|
|
|
#unified-extensions-button{
|
|
display:none;
|
|
}
|