inherit
255325
0
Sept 14, 2019 12:41:38 GMT -8
Dazzal
345
June 2018
dazzal2
|
Post by Dazzal on Nov 4, 2021 17:32:54 GMT -8
FANTASTIC! I have copied this same theme, to make other themes. Why did the background do that in that plugin and other areas. It never did that before? Chris
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Nov 4, 2021 17:55:10 GMT -8
FANTASTIC! I have copied this same theme, to make other themes. Why did the background do that in that plugin and other areas. It never did that before? Chris It's not the smiley plugin per se since the dialog is ultimately generated by jQuery's dialog plugin which is constructing the dialog using the items the smiley plugin asked it to place in the contents. I could have given the exact line in the theme's stylesheet giving the dialog background color but the board is no longer accessible but if it's no longer a problem then all is well that ends well. The line was something like this (not exact since I can no longer see the board) .ui-dialog{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#602040;background-color:rgba(96, 32, 64, 0.5);} That background-color:rgba(96, 32, 64, 0.5) is overriding the background property directly preceding it and is in addition using alpha channel to appear transparent and is really really obvious it was added after the fact.
|
|
inherit
255325
0
Sept 14, 2019 12:41:38 GMT -8
Dazzal
345
June 2018
dazzal2
|
Post by Dazzal on Nov 4, 2021 18:03:52 GMT -8
Okay, I think I follow. Thanks for the description, Chris.
|
|