[LYN-4879] Incorrect colour UI issue on Gem Configure (#1678)
* Aligned the column headers to the elements * Moved the styling of the gem column header labels to the qss * Fixed the scrollbar for the gem list view Signed-off-by: Benjamin Jillich <jillich@amazon.com>
This commit is contained in:
@@ -463,6 +463,21 @@ QProgressBar::chunk {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#GemCatalogHeaderLabel {
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
#GemCatalogHeaderShowCountLabel {
|
||||
font-size: 12px;
|
||||
font: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
#GemCatalogListView {
|
||||
background-color: #333333;
|
||||
}
|
||||
|
||||
/************** Gem Catalog (Inspector) **************/
|
||||
|
||||
#GemCatalogInspector {
|
||||
|
||||
Reference in New Issue
Block a user