LYN-4890 | Change all instances of teal blue to correct O3DE branding palette colors (#1672)
* Replace old teal color with correct palette colors from the O3DE branding. Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com> * Fix hyperlink color in O3DE About Us dialog to improve visibility. Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>
This commit is contained in:
@@ -136,13 +136,13 @@ QPushButton#Primary
|
||||
QPushButton#Primary:hover
|
||||
{
|
||||
background-color: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #44BAFF, stop:1 #4AB2F8);
|
||||
border: 1px solid #00A1C9;
|
||||
border: 1px solid #94D2FF;
|
||||
}
|
||||
|
||||
QPushButton#Primary:pressed
|
||||
{
|
||||
background-color: #0073BB;
|
||||
border: 1px solid #00A1C9;
|
||||
border: 1px solid #1E70EB;
|
||||
}
|
||||
|
||||
QPushButton#Primary:disabled
|
||||
|
||||
Reference in New Issue
Block a user