mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
7 lines
187 B
CSS
7 lines
187 B
CSS
|
|
#zen-workspaces-button .subviewbutton:not([active="true"]) {
|
|
display: none!important;
|
|
}
|
|
#zen-workspaces-button:hover .subviewbutton:not([active="true"]) {
|
|
display: flex!important;
|
|
}
|