This commit is contained in:
vinceliuice
2020-12-22 17:38:59 +08:00
parent 15a07ecb17
commit 9bd6b9dffe
22 changed files with 972 additions and 1278 deletions

View File

@@ -3890,10 +3890,10 @@ StWidget.focused .app-well-app-running-dot {
#dashtodockContainer .notification-badge {
color: white;
background-color: #0860f2;
box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
border-radius: 1000px;
margin: 2px;
padding: 0.2em;
padding: 0.2em 0.6em;
font-weight: bold;
text-align: center;
}