diff options
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index bbc136c40..5a03ac9c5 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -15,7 +15,7 @@ p-table { | |||
15 | font-size: 15px !important; | 15 | font-size: 15px !important; |
16 | 16 | ||
17 | td { | 17 | td { |
18 | border: 1px solid #E5E5E5 !important; | 18 | // border: 1px solid #E5E5E5 !important; |
19 | padding-left: 15px !important; | 19 | padding-left: 15px !important; |
20 | 20 | ||
21 | &:not(.action-cell) { | 21 | &:not(.action-cell) { |
@@ -113,7 +113,8 @@ p-table { | |||
113 | .ui-paginator-bottom { | 113 | .ui-paginator-bottom { |
114 | background-color: var(--mainBackgroundColor) !important; | 114 | background-color: var(--mainBackgroundColor) !important; |
115 | position: relative; | 115 | position: relative; |
116 | border: 1px solid !important; | 116 | border: none; |
117 | border-top: 1px solid !important; | ||
117 | border-color: var(--submenuColor) !important; | 118 | border-color: var(--submenuColor) !important; |
118 | height: 40px; | 119 | height: 40px; |
119 | display: flex; | 120 | display: flex; |