|
@@ -88,11 +88,9 @@ begin
|
|
|
Stylesheet.Add('#ButtonDiv {'
|
|
|
+'background:'+BackgroundColor1+';'
|
|
|
+'border:1px solid '+BorderColor+';'
|
|
|
- +'border-radius:16px;'
|
|
|
+'padding:16px 31px;'
|
|
|
+'font-size:15px; font-family:Arial; font-weight:bold;'
|
|
|
+'color:#fff;'
|
|
|
- +'text-shadow: 1px 1px 0px #2f6627;'
|
|
|
+'}'
|
|
|
+'.CheckBox {'+LineEnding
|
|
|
+' margin: 6px;'+LineEnding
|
|
@@ -221,7 +219,7 @@ begin
|
|
|
+'border-width:'+FloatToStr(BorderWidthSlider.Position)+'px;';
|
|
|
|
|
|
if GradientChkBox.Checked then
|
|
|
- NewStyle+='background-image:linear-gradient('+BackgroundColor1+','+BackgroundColor2+')';
|
|
|
+ NewStyle+='background-image:linear-gradient('+BackgroundColor1+','+BackgroundColor2+');';
|
|
|
|
|
|
Radius:=FloatToStr(BorderRadiusSlider.Position)+'px';
|
|
|
s:='';
|