1
0
Fork 0

fix primeng border color on all themes

This commit is contained in:
Rigel Kent 2018-09-29 17:36:19 +02:00
parent f5d9558f66
commit 8b183196cb
No known key found for this signature in database
GPG key ID: EA12971B0E438F36
2 changed files with 4 additions and 2 deletions

View file

@ -221,6 +221,7 @@
cursor: pointer;
height: $button-height;
text-overflow: ellipsis;
color: var(--mainForegroundColor);
&:focus {
outline: none;

View 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;