Skip to content

Commit

Permalink
fixed: #821, variety of ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hknokh committed Aug 12, 2024
1 parent a8304e0 commit 31aace6
Show file tree
Hide file tree
Showing 13 changed files with 89 additions and 17 deletions.
6 changes: 6 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ textarea[readonly] {
direction: rtl;
}

.form-check-input:checked {
background-color: var(--bs-primary) !important;
border-color: var(--bs-primary) !important;
}


/* Specific Styling ----------------- */
#scriptSettingsForm>.row:first-child {
Expand Down Expand Up @@ -572,6 +577,7 @@ ui-tabs .nav-pills .nav-item {
max-height: 640px;
min-height: 300px;
margin: 8px;
width: 0px;
}

/* Scrollbars Styling ------------- */
Expand Down
6 changes: 6 additions & 0 deletions css/app.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ textarea[readonly] {
direction: ltr;
}

.form-check-input:checked {
background-color: var(--bs-primary) !important;
border-color: var(--bs-primary) !important;
}


/* Specific Styling ----------------- */
#scriptSettingsForm>.row:first-child {
Expand Down Expand Up @@ -572,6 +577,7 @@ ui-tabs .nav-pills .nav-item {
max-height: 640px;
min-height: 300px;
margin: 8px;
width: 0px;
}

/* Scrollbars Styling ------------- */
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions js/angular-app/directives/uiTable/uiTable.directive.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/angular-app/directives/uiTable/uiTable.directive.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 31aace6

Please sign in to comment.