theme-store/themes/46ad7343-7639-4447-afb9-1aacbd24916b/chrome.css
2025-02-26 06:12:03 +00:00

61 lines
772 B
CSS

.control-item.control-button {
display: none !important;
}
#close, #unpip {
display: none !important;
&:hover {
&::after {
display: none !important;
}
}
}
#close {
display: none !important;
}
#unpip {
display: none !important;
}
/* for dragging */
#controls {
visibility: hidden !important;
&:hover {
visibility: hidden !important;
}
}
#controls-bottom-gradient {
display: none !important;
}
#controls-bottom {
display: none !important;
}
/* progress bar */
.scrubber-no-drag {
display: none !important;
}
#scrubber::-moz-range-thumb {
display: none !important;
}
#scrubber {
display: none !important;
&:hover {
display: none !important;
}
}
#scrubber {
&::-moz-range-track, &::-moz-range-progress {
display: none !important;
}
}