Fix bad CSS color: O (the letter) is not a valid hex digit
Found by: Tomaz Canabrava <tcanabrava@kde.org> Change-Id: Ia1b5b00819cf4b145d1384aacbd54ed9a23aa6a3 Reviewed-by: Dirk Hohndel Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
parent
13673ced44
commit
eb7b140d6d
@ -874,7 +874,7 @@ QGroupBox::title {
|
||||
subcontrol-position: top center; /* position at the top center */
|
||||
padding: 0 3px;
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #FFOECE, stop: 1 #FFFFFF);
|
||||
stop: 0 #FF0ECE, stop: 1 #FFFFFF);
|
||||
}
|
||||
//! [114]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user