Add patient search autofill for demographics
This commit is contained in:
15
styles.css
15
styles.css
@@ -950,6 +950,21 @@ tr:last-child td {
|
||||
border: 1px solid rgba(15, 23, 42, 0.06);
|
||||
}
|
||||
|
||||
.mini-item[data-patient-pick] {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
font: inherit;
|
||||
color: inherit;
|
||||
appearance: none;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.mini-item[data-patient-pick]:hover {
|
||||
background: rgba(185, 28, 28, 0.06);
|
||||
border-color: rgba(185, 28, 28, 0.14);
|
||||
}
|
||||
|
||||
.mini-item strong {
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
|
||||
Reference in New Issue
Block a user