diff options
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 1abcd30e4..6a4d89dff 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -9,6 +9,10 @@ input[type=button] { | |||
9 | border-radius: inherit; | 9 | border-radius: inherit; |
10 | } | 10 | } |
11 | 11 | ||
12 | p-table .p-datatable-header .caption { | ||
13 | margin-bottom: 15px; | ||
14 | } | ||
15 | |||
12 | // Taken from old nova light theme | 16 | // Taken from old nova light theme |
13 | 17 | ||
14 | body .p-disabled { | 18 | body .p-disabled { |
@@ -512,10 +516,6 @@ p-table { | |||
512 | .left-buttons { | 516 | .left-buttons { |
513 | padding-left: 15px; | 517 | padding-left: 15px; |
514 | } | 518 | } |
515 | |||
516 | .input-group-text { | ||
517 | background-color: transparent; | ||
518 | } | ||
519 | } | 519 | } |
520 | } | 520 | } |
521 | 521 | ||