From 41bb83b784cf33985709ecc781da44129a71faeb Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Sat, 30 Sep 2023 12:47:27 +0300 Subject: [PATCH] Minor UI fixes --- .../src/components/Common/TextInput.tsx | 4 +- .../src/components/DataTable/index.tsx | 22 ++- .../src/components/Help/HelpConstituenta.tsx | 2 +- .../components/RefsInput/DlgEditReference.tsx | 32 ++-- rsconcept/frontend/src/index.css | 4 + .../src/pages/LibraryPage/SearchPanel.tsx | 2 +- .../src/pages/LibraryPage/ViewLibrary.tsx | 5 +- .../src/pages/RSFormPage/DlgEditWordForms.tsx | 141 ++++++++++-------- .../src/pages/RSFormPage/EditorItems.tsx | 3 +- .../elements/ViewSideConstituents.tsx | 1 + .../UserProfilePage/ViewSubscriptions.tsx | 5 +- rsconcept/frontend/src/utils/codemirror.ts | 2 +- rsconcept/frontend/src/utils/constants.ts | 1 + rsconcept/frontend/src/utils/labels.ts | 2 +- 14 files changed, 132 insertions(+), 94 deletions(-) diff --git a/rsconcept/frontend/src/components/Common/TextInput.tsx b/rsconcept/frontend/src/components/Common/TextInput.tsx index 8af9eab2..3522570d 100644 --- a/rsconcept/frontend/src/components/Common/TextInput.tsx +++ b/rsconcept/frontend/src/components/Common/TextInput.tsx @@ -17,7 +17,7 @@ function TextInput({ colorClass = 'clr-input', ...props }: TextInputProps) { - const borderClass = noBorder ? '': 'border'; + const borderClass = noBorder ? '': 'border shadow'; return (