スタイルシートでAlertの外観を変更する

Alertとかの外観をスタイルシートで変更することが出来ます。
以下のようにスタイルシートで定義するだけなので非常に簡単

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
background-color: #000000;
cornerRadius: 8;
creationCompleteEffect: _Effect;
title-style-name:alertTitle;
color:#cccccc;
font-family:verdana;
font-size:11;
area-fill:#000000;
border-color:#000000;
border-style:solid;
drop-shadow-enabled:true;
shadow-direction:center;
shadow-distance:0;
drop-shadow-color:#000000;
button-style-name:but;
fill-colors:#000000;

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">