mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-01-20 07:50:22 +00:00
c7c894d6d9
* autoscale and manual radiobuutton fixes * alt text attribute for images * Revert "alt text attribute for images" This reverts commit 5a660551c6289d475b6298f90abc9d149146772e. * alt text for decorative images * sev2 accessibilitydefects in data explorer * Revert "sev2 accessibilitydefects in data explorer" This reverts commit b84d5b572c6f127cd17033995c919867285d897e. * Sev2 accessibilitydefects * Revert "Sev2 accessibilitydefects" This reverts commit a4e60f106c43d0fe994fc9a0749b084ae427397e. * accessibilitydefects-data explorer * Accessibility sev-2 defects-2 * corrections for 2278347,2278096 and fix for 2264174 * color for placeholder changed to 767474, margin is set to accommodate height between treeheader elements * padding added for databaseheader, removed margin and restored padding to treenodeheader
31 lines
416 B
Plaintext
31 lines
416 B
Plaintext
@import "./Common/Constants";
|
|
|
|
.dataResourceTree {
|
|
margin-left: @MediumSpace;
|
|
overflow: auto;
|
|
|
|
.databaseHeader {
|
|
padding: 1px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.collectionHeader {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.loadMoreHeader {
|
|
color: RGB(5, 99, 193);
|
|
}
|
|
}
|
|
|
|
.notebookResourceTree {
|
|
margin-left: @MediumSpace;
|
|
|
|
.notebookHeader {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.clickDisabled {
|
|
pointer-events: none;
|
|
}
|
|
} |