mirror of
https://gitlab.com/thebiblelover7/dotfiles.git
synced 2025-12-13 19:53:49 +00:00
12 lines
259 B
CSS
12 lines
259 B
CSS
.TrayIndicatorPopup StButton {
|
|
padding: 8px;
|
|
border-radius: 6px;
|
|
transition-property: background-color;
|
|
transition-duration: 0.1s;
|
|
transition-timing-function: linear;
|
|
}
|
|
|
|
.TrayIndicatorPopup StButton:hover {
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
}
|