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:
Danilo Aimini
2021-06-30 15:20:42 -07:00
committed by GitHub
parent 85a648049b
commit 7030f663f5
21 changed files with 36 additions and 39 deletions
@@ -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