Skip to content

Commit

Permalink
small css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wicenec committed Aug 10, 2021
1 parent c38782a commit e78536e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions daliuge-translator/dlg/dropmake/web/src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,21 @@
.navbar-nav button {
background-color: transparent;
border:1px white solid;
box-shadow: none !important;
}

.navbar-nav .btn.btn-secondary.active{
background-color: white;
border:1px white solid;
color:rgba(0,35,73,1);
box-shadow: none !important;
}

.navbar-nav .btn.btn-secondary:hover{
background-color: rgb(216, 216, 216);
border:1px rgb(216, 216, 216) solid;
color:rgba(0,35,73,1);
box-shadow: none !important;
}

.tooltip {
Expand Down

0 comments on commit e78536e

Please sign in to comment.