Skip to content

Commit

Permalink
fix primeng border color on all themes
Browse files Browse the repository at this point in the history
  • Loading branch information
rigelk committed Sep 29, 2018
1 parent f5d9558 commit 8b18319
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/src/sass/include/_mixins.scss
Expand Up @@ -221,6 +221,7 @@
cursor: pointer;
height: $button-height;
text-overflow: ellipsis;
color: var(--mainForegroundColor);

&:focus {
outline: none;
Expand Down
5 changes: 3 additions & 2 deletions client/src/sass/primeng-custom.scss
Expand Up @@ -15,7 +15,7 @@ p-table {
font-size: 15px !important;

td {
border: 1px solid #E5E5E5 !important;
// border: 1px solid #E5E5E5 !important;

This comment has been minimized.

Copy link
@Chocobozzz

Chocobozzz Oct 1, 2018

Owner

?

padding-left: 15px !important;

&:not(.action-cell) {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 8b18319

Please sign in to comment.