mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
fix vscode vim deleting a good amount of classes
This commit is contained in:
@@ -66,6 +66,26 @@ select {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
.superadmin-tool {
|
||||
border-radius: 5px;
|
||||
border: 1px dashed rgb(251, 44, 54);
|
||||
background-color: rgba(255, 255, 255, 0.02);
|
||||
}
|
||||
.admin-tool {
|
||||
border-radius: 5px;
|
||||
border: 1px dashed rgb(240, 177, 0);
|
||||
background-color: rgba(255, 255, 255, 0.02);
|
||||
}
|
||||
.viewer-tool {
|
||||
border-radius: 5px;
|
||||
border: 1px dashed rgb(43, 127, 255);
|
||||
background-color: rgba(255, 255, 255, 0.02);
|
||||
}
|
||||
.dev-tool {
|
||||
border-radius: 5px;
|
||||
border: 1px dashed var(--color-green);
|
||||
background-color: rgba(255, 255, 255, 0.02);
|
||||
}
|
||||
|
||||
.loading {
|
||||
filter: grayscale(100%);
|
||||
|
||||
Reference in New Issue
Block a user