Skip to content

Commit

Permalink
CSS Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Jun 29, 2023
1 parent 1a52d97 commit 61437ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Assets/css/address-book.css
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ td.contacts-table-value {
border-bottom: 1px solid var(--ab-blue);
padding: .3em 5px;
border-radius: 0;
font-weight: 600;
}

#LinkedContactsTable th.contacts-table-header.cell-zero, #LinkedContactsTable td.contacts-table-value.cell-zero, #AvailableContactsTable th.contacts-table-header.cell-zero, #AvailableContactsTable td.contacts-table-value.cell-zero, #TaskContactsTable th.contacts-table-header.cell-zero, #TaskContactsTable td.contacts-table-value.cell-zero {
Expand Down Expand Up @@ -934,6 +935,7 @@ span.footer-icon.tooltip span.address-book-icon {
height: 15px;
display: inline-block;
vertical-align: text-bottom;
margin-right: 1px;
}

.property-set-wrapper p {
Expand Down Expand Up @@ -970,13 +972,13 @@ ul.property-set-items {
}

ul.property-set-items li {
/* font-weight: 600; */
display: inline-block;
font-size: .8em;
background: var(--pp-light-grey);
padding: 2px 5px;
color: var(--pp-white);
border-radius: var(--border-radius-address-book);
font-weight: 600;
opacity: .9;
vertical-align: middle;
}
Expand Down

0 comments on commit 61437ba

Please sign in to comment.