fix primeng border color on all themes
This commit is contained in:
parent
f5d9558f66
commit
8b183196cb
2 changed files with 4 additions and 2 deletions
|
@ -221,6 +221,7 @@
|
|||
cursor: pointer;
|
||||
height: $button-height;
|
||||
text-overflow: ellipsis;
|
||||
color: var(--mainForegroundColor);
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue