Files
marble-shell-theme-packaging/tweaks/panel/no-pill.css
T
2025-03-25 18:44:19 +02:00

18 lines
410 B
CSS

/* Remove additional background in panel buttons */
.panel-button,
.panel-button .clock {
background-color: transparent;
box-shadow: none;
margin: 0;
border: 4px solid transparent !important;
border-radius: 12px;
}
.panel-button:hover,
.panel-button:hover .clock,
.panel-button:active,
.panel-button:active .clock {
background-color: transparent;
box-shadow: inset 0 0 0 999px ACCENT-DISABLED_HOVER;
}