Skip to content

Commit

Permalink
Revise CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Sep 5, 2019
1 parent ef8c2c4 commit a8cc316
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/app/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ text.axis-worktime {
width: 87ch;
}

.default-language, .non-default-language {
color: #337ab7;
}

.non-default-language, .disabled-icon {
opacity: 0.2;
}
Expand Down
21 changes: 21 additions & 0 deletions client/app/css/ui-select-bootstrap4-fix.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.ui-select-toggle.btn {
border: 1px solid #ced4da;
}

.ui-select-choices.dropdown-menu {
display: block;
}

.ui-select-match-text {
max-height: 24px;
}

.ui-select-match.btn-default-focus {
border-radius: .25rem;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
outline: 0;
}

.ui-select-match.btn-default-focus > .ui-select-toggle {
border-color: #80bdff;
}

0 comments on commit a8cc316

Please # to comment.