mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-25 13:08:34 +01:00
Changed rgb() to rgba()
Avoids message: QCssParser::parseColorValue: Specified color without alpha value but alpha given: 'rgb 200, 200, 200, 75%'
This commit is contained in:
parent
84099f2491
commit
0555cf5a35
@ -14,7 +14,7 @@
|
||||
<string notr="true">#container {
|
||||
background: rgba(200, 200, 200, 50%);
|
||||
border-radius: 10px;
|
||||
border: 1px solid rgb(200, 200, 200, 75%);
|
||||
border: 1px solid rgba(200, 200, 200, 75%);
|
||||
}
|
||||
|
||||
#label1 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user