mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
Change status color in tab to match with success (#1247)
This commit is contained in:
@@ -123,7 +123,7 @@ div.Workspace {
|
||||
color: black;
|
||||
}
|
||||
.success {
|
||||
background-color: green;
|
||||
background-color: #4AC15F;
|
||||
}
|
||||
.failed {
|
||||
background-color: red;
|
||||
|
||||
Reference in New Issue
Block a user