forked from NinjaCheetah/NUSGet
		
	Fix some remaining blue
This commit is contained in:
		
							parent
							
								
									c2e17bece7
								
							
						
					
					
						commit
						db3947a100
					
				@ -47,23 +47,24 @@ class AboutNUSGet(QDialog):
 | 
				
			|||||||
            margin-top: 8px;
 | 
					            margin-top: 8px;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        QPushButton {
 | 
					        QPushButton {
 | 
				
			||||||
 | 
					            outline: 0;
 | 
				
			||||||
 | 
					            show-decoration-selected: 1;
 | 
				
			||||||
            background-color: transparent;
 | 
					            background-color: transparent;
 | 
				
			||||||
            border: 1px solid rgba(70, 70, 70, 1);
 | 
					            border: 1px solid rgba(70, 70, 70, 1);
 | 
				
			||||||
            border-radius: 8px;
 | 
					            border-radius: 8px;
 | 
				
			||||||
            padding: 8px 12px;
 | 
					            padding: 6px 10px;
 | 
				
			||||||
            margin: 4px 0px;
 | 
					            margin: 4px 0px;
 | 
				
			||||||
            font-size: 13px;
 | 
					            font-size: 13px;
 | 
				
			||||||
            font-weight: 500;
 | 
					            font-weight: 500;
 | 
				
			||||||
            color: #ffffff;
 | 
					            color: #ffffff;
 | 
				
			||||||
            text-align: center;
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        QPushButton:hover {
 | 
					        QPushButton:hover {
 | 
				
			||||||
            background-color: rgba(60, 60, 60, 1);
 | 
					            background-color: rgba(60, 60, 60, 1);
 | 
				
			||||||
            border-color: #4a86e8;
 | 
					            border-color: #9c4ae8;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        QPushButton:pressed {
 | 
					        QPushButton:pressed {
 | 
				
			||||||
            background-color: rgba(26, 115, 232, 0.15);
 | 
					            background-color: rgba(26, 115, 232, 0.15);
 | 
				
			||||||
            border: 1px solid #1a73e8;
 | 
					            border: 1px solid #6c1ae8;
 | 
				
			||||||
        }""")
 | 
					        }""")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Create main layout
 | 
					        # Create main layout
 | 
				
			||||||
 | 
				
			|||||||
@ -159,7 +159,7 @@ QTreeView::item:hover {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
QTreeView::item:focus {
 | 
					QTreeView::item:focus {
 | 
				
			||||||
    background-color: rgba(26, 115, 232, 0.08);
 | 
					    background-color: rgba(64, 26, 232, 0.15);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
QTreeView::item:selected {
 | 
					QTreeView::item:selected {
 | 
				
			||||||
@ -199,7 +199,7 @@ QPushButton:focus {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
QPushButton:pressed {
 | 
					QPushButton:pressed {
 | 
				
			||||||
    background-color: rgba(26, 115, 232, 0.15);
 | 
					    background-color: rgba(64, 26, 232, 0.15);
 | 
				
			||||||
    border: 1px solid #6c1ae8;
 | 
					    border: 1px solid #6c1ae8;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -222,7 +222,7 @@ QComboBox {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
QComboBox:on {
 | 
					QComboBox:on {
 | 
				
			||||||
    background-color: rgba(26, 115, 232, 0.15);
 | 
					    background-color: rgba(64, 26, 232, 0.15);
 | 
				
			||||||
    border: 1px solid #6c1ae8;
 | 
					    border: 1px solid #6c1ae8;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -360,6 +360,10 @@ WrapCheckboxWidget QCheckBox::indicator {
 | 
				
			|||||||
    border: 1px solid #5f6368;
 | 
					    border: 1px solid #5f6368;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					WrapCheckboxWidget QCheckBox::indicator::focus {
 | 
				
			||||||
 | 
					    background-color: rgba(64, 26, 232, 0.15);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WrapCheckboxWidget QCheckBox::indicator:checked {
 | 
					WrapCheckboxWidget QCheckBox::indicator:checked {
 | 
				
			||||||
    background-color: #6c1ae8;
 | 
					    background-color: #6c1ae8;
 | 
				
			||||||
    border: 1px solid #6c1ae8;
 | 
					    border: 1px solid #6c1ae8;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user