fix primeng border color on all themes
authorRigel Kent <sendmemail@rigelk.eu>
Sat, 29 Sep 2018 15:36:19 +0000 (17:36 +0200)
committerRigel Kent <sendmemail@rigelk.eu>
Sat, 29 Sep 2018 15:36:19 +0000 (17:36 +0200)
client/src/sass/include/_mixins.scss
client/src/sass/primeng-custom.scss

index c7aa174ed5aa8b744d1ae5e3edecffcc61e01aa5..2efd6a1d3545b81915b9a4e428958468e34cbaa9 100644 (file)
     cursor: pointer;
     height: $button-height;
     text-overflow: ellipsis;
+    color: var(--mainForegroundColor);
 
     &:focus {
       outline: none;
index bbc136c4061082c0df71a220d3d018e38054a576..5a03ac9c530d5ce06e43bfc1cf3be8ca878e9f97 100644 (file)
@@ -15,7 +15,7 @@ p-table {
   font-size: 15px !important;
 
   td {
-    border: 1px solid #E5E5E5 !important;
+    // border: 1px solid #E5E5E5 !important;
     padding-left: 15px !important;
 
     &:not(.action-cell) {
@@ -113,7 +113,8 @@ p-table {
     .ui-paginator-bottom {
       background-color: var(--mainBackgroundColor) !important;
       position: relative;
-      border: 1px solid !important;
+      border: none;
+      border-top: 1px solid !important;
       border-color: var(--submenuColor) !important;
       height: 40px;
       display: flex;