Reset btn, small QoL

This commit is contained in:
2024-05-03 22:24:34 -05:00
parent db7605a16d
commit 46001c73f8
2 changed files with 41 additions and 21 deletions
+6 -2
View File
@@ -68,7 +68,11 @@ a { color: #cccccc; }
/* Colors of tabs and buttons */
.tabbar a.active { background-color: #686868; }
.buttons .run, .file-buttons .new { color: #66bb66 }
.buttons .stop, .file-buttons .del { color: #bb6666 }
.buttons .stop, .file-buttons .del, .button[data-tab=errors] { color: #bb6666 }
.buttons .build { color: #aaaaff; }
.buttons .reset { color: #bbbb66; }
.files .file.selected-file { background-color: #686868 !important; }
.files .file:hover { background-color: #505050; }
.files .file:hover, .button:hover, .file-buttons a:hover, .buttons a:hover {
background-color: #505050;
user-select: none;
}