Add some background for the asset upload message

master
Ansariel 2015-12-15 20:27:22 +01:00
parent 2a1a16341b
commit 3ecc618367
7 changed files with 19 additions and 0 deletions

View File

@ -61,6 +61,7 @@ void LLUploadDialog::modalUploadFinished()
LLUploadDialog::LLUploadDialog( const std::string& msg)
: LLPanel()
{
setTransparentColor(LLUIColorTable::instance().getColor("UploadDialogBackground").get()); // <FS:Ansariel> Default-Panel independent background
setBackgroundVisible( TRUE );
if( LLUploadDialog::sDialog )

View File

@ -1355,4 +1355,7 @@
<color
name="UriQueryPartColor"
reference="AnsaStorm_HtmlLink_QueryPart" />
<color
name="UploadDialogBackground"
reference="SL-Background_66" />
</colors>

View File

@ -1355,4 +1355,7 @@
<color
name="UriQueryPartColor"
reference="AnsaStorm_HtmlLink_QueryPart" />
<color
name="UploadDialogBackground"
reference="SL-Background_66" />
</colors>

View File

@ -1306,4 +1306,7 @@
<color
name="UriQueryPartColor"
value="0.780 0.850 0.674 1.0" />
<color
name="UploadDialogBackground"
reference="DkGray" />
</colors>

View File

@ -869,4 +869,7 @@
<color
name="ScriptSelectedColor"
reference="simpleeditor_bg_selected" />
<color
name="UploadDialogBackground"
reference="floater_bg_color_a" />
</colors>

View File

@ -1098,5 +1098,8 @@
<color
name="CurrencyColor"
reference="LabelTextColor" />
<color
name="UploadDialogBackground"
reference="FloaterDefaultBackgroundColor" />
</colors>

View File

@ -1115,5 +1115,8 @@
<color
name="ScriptSelectedColor"
reference="SL-EmphasisColor" />
<color
name="UploadDialogBackground"
reference="SL-CustomBackground" />
</colors>