refactor: replace purple accent color with light blue theme and beautify Open Project modal
This commit is contained in:
+14
-5
@@ -1,6 +1,7 @@
|
||||
/* Shared toolbar layout classes (used by Toolbar and PianoRollToolbar) */
|
||||
|
||||
.toolbar-left, .toolbar-right {
|
||||
.toolbar-left,
|
||||
.toolbar-right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
z-index: 1;
|
||||
@@ -119,7 +120,15 @@
|
||||
}
|
||||
|
||||
@keyframes buttonBlink {
|
||||
0% { background-color: #333; }
|
||||
50% { background-color: #555; }
|
||||
100% { background-color: #333; }
|
||||
}
|
||||
0% {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
50% {
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
100% {
|
||||
background-color: #333;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user