Skip to content

Commit

Permalink
fix: rename export database model button.
Browse files Browse the repository at this point in the history
Signed-off-by: Cliff Su <stu01509@yahoo.com.tw>
  • Loading branch information
stu01509 committed Feb 14, 2020
1 parent 0be2fff commit 1115ba3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions themes/bootstrap/scss/_common.scss
Expand Up @@ -3738,6 +3738,17 @@ body .ui-dialog {
.ui-dialog-buttonpane .ui-dialog-buttonset {
float: $right;
}

.ui-dialog-buttonpane .ui-dialog-buttonset button {
color: #fff;
background-color: #6c757d !important;
border-color: #6c757d;
background: none;
}

.ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
background-color: #5a6268 !important;
}
}
// end of styles for jQuery-ui to support rtl languages

Expand Down

0 comments on commit 1115ba3

Please sign in to comment.