initial commit

This commit is contained in:
2022-01-12 14:55:33 -03:00
commit c968bf909f
330 changed files with 61257 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
.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);
}