mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
29 lines
499 B
CSS
29 lines
499 B
CSS
|
|
@-moz-document url-prefix("chrome:") {
|
|
|
|
.ctrlTab-canvas {
|
|
border-radius: 0.5rem !important;
|
|
}
|
|
|
|
.ctrlTab-preview-inner {
|
|
border-radius: 0.5rem !important;
|
|
|
|
canvas {
|
|
border-radius: 0.5rem !important;
|
|
}
|
|
|
|
img {
|
|
border-radius: 0.5rem !important;
|
|
}
|
|
}
|
|
|
|
.ctrlTab-favicon-container {
|
|
display: none !important;
|
|
}
|
|
|
|
#ctrlTab-panel {
|
|
--panel-background: #212120 !important;
|
|
border-color: #2121207D !important;
|
|
}
|
|
|
|
}
|