11a470d176
Closes #48.
18 lines
410 B
CSS
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;
|
|
} |