For Patient Care Dashboard
Patient Care New by punkidow
Details
Authorpunkidow
LicenseNo License
Categoryuserstyles
Created
Updated
Code size3.3 kB
Code checksuma172ca
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Patient Care New
@version 20250429.12.50
@namespace ?
@description For Patient Care Dashboard
@license No License
==/UserStyle== */
@-moz-document domain("patientcare.shifa.com.pk") {
:root {
font-size: 10pt !important;
--main-color: #069;
/* Example: set the root font size to 16 pixels */
}
* {
font-family: Arial !important;
}
.sider-t, .sider-f {
min-height: 100vh !important;
}
.ant-layout-header {
display: flex;
flex-direction: column;
border-radius: 0px 0px 6px 6px;
padding: 0px 0px !important;
top: 0px !important;
line-height: normal !important;
position: relative !important;
height: 60px !important;
}
.list-table {
height: auto !important
}
.list-table .ant-table-body {
max-height: none !important
}
.filter-select .ant-select-selection-item {
font-size: 1rem !important
}
#root > section > section > main > div > div > div:nth-child(1) > div > div.ant-col.ant-col-20.ant-col-xs-18.ant-col-xl-20 > div > div:nth-child(4) > span > span > span.ant-input-affix-wrapper > ::placeholder {
font-size: 1rem !important
}
#root > section > section > main > div > div > div:nth-child(1) > div > div.ant-col.ant-col-20.ant-col-xs-18.ant-col-xl-20 > div > div:nth-child(1) > div > div:nth-child(1) > ::placeholder {
font-size: 1rem !important
}
#root > section > section > main > div > div > div:nth-child(1) > div > div.ant-col.ant-col-20.ant-col-xs-18.ant-col-xl-20 > div > div:nth-child(1) > div > div.ant-picker-input.ant-picker-input-active > ::placeholder {
font-size: 1rem !important
}
.ant-modal-title {
font-size: 1.5rem !important;
font-weight: bold !important;
}
.ant-modal-content {border-radius: 8px !important;}
.ant-modal-header, .ant-table-header {border-radius: 8px 8px 0px 0px !important}
.ant-modal.pat-list-modal.progress-notes-modal {width: 70% !important;}
#customized_form_controls > div > div:nth-child(2) > div > div > div > div > div > div.ant-table-body {max-height: 60vh !important;}
.ant-modal-footer {display:none}
.indicator-table-header, .header-enrollment-button, .ant-input-group-addon .ant-btn, .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected, .progress-notes-table .ant-table-small .ant-table-thead>tr>th, .pat-list-modal .ant-modal-header, .ant-menu-light .ant-menu-item-active,.side-bar-menu.ant-menu-light .ant-menu-item:hover {
background-color: var(--main-color) !important;
}
#customized_form_controls > div > div:nth-child(2) > div > div > div > div > div > div.ant-table-body > table > tbody > tr > td:nth-child(5) > div > div > button {
color: var(--main-color) !important;
}
#customized_form_controls > div > div:nth-child(1) > div > div > div:nth-child(1) > div > div, .ant-row.list-pat-footer {display: none !important}
td.ant-table-cell {padding: 6px !important}
span.pat-list-table-text {font-size: 1rem !important; line-height: 21px}
div.table-round {transform: rotate(0deg); margin: 0px}
span.ant-table-column-title, .list-table .ant-table-thead .ant-table-cell, span.ant-typography.normal-text, .list-table .ant-table-row .ant-table-cell, .ant-tag.ant-tag-has-color.list-table-tag-diabetes, .progress-notes-table .ant-table-row .ant-table-cell {font-size: 1rem !important}
}