Skip to content

Commit

Permalink
modify frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonghui Tang committed Aug 12, 2020
1 parent ca9c404 commit d18e8d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/web/web-service/frontend/res/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ text {
}

.tooltip {
border: 1px solid grey;
border: 1px solid rgb(36, 0, 0);
padding: 10px;
color: #333;
color: rgb(255, 255, 255);
border-radius: 5px;
background-color: grey;
background-color: rgb(97, 0, 93);
text-underline-color: white;
}

Expand Down
2 changes: 1 addition & 1 deletion src/web/web-service/frontend/res/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
data: data,
});
httpRequest.then(function successCallback(response) {
//$scope.res = response.data.result;

if (response.status == 200) {
$mdDialog.hide();
}
Expand Down

0 comments on commit d18e8d2

Please sign in to comment.