fix primeng border color on all themes
This commit is contained in:
parent
f5d9558f66
commit
8b183196cb
|
@ -221,6 +221,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: $button-height;
|
height: $button-height;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
color: var(--mainForegroundColor);
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
|
@ -15,7 +15,7 @@ p-table {
|
||||||
font-size: 15px !important;
|
font-size: 15px !important;
|
||||||
|
|
||||||
td {
|
td {
|
||||||
border: 1px solid #E5E5E5 !important;
|
// border: 1px solid #E5E5E5 !important;
|
||||||
padding-left: 15px !important;
|
padding-left: 15px !important;
|
||||||
|
|
||||||
&:not(.action-cell) {
|
&:not(.action-cell) {
|
||||||
|
@ -113,7 +113,8 @@ p-table {
|
||||||
.ui-paginator-bottom {
|
.ui-paginator-bottom {
|
||||||
background-color: var(--mainBackgroundColor) !important;
|
background-color: var(--mainBackgroundColor) !important;
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 1px solid !important;
|
border: none;
|
||||||
|
border-top: 1px solid !important;
|
||||||
border-color: var(--submenuColor) !important;
|
border-color: var(--submenuColor) !important;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue