Fix box close button style.
This commit is contained in:
parent
1679da738b
commit
3aa78fb000
1 changed files with 2 additions and 2 deletions
|
|
@ -102,8 +102,8 @@ boxTitleClose: IconButton(defaultIconButton) {
|
||||||
icon: boxTitleCloseIcon;
|
icon: boxTitleCloseIcon;
|
||||||
iconOver: boxTitleCloseIconOver;
|
iconOver: boxTitleCloseIconOver;
|
||||||
|
|
||||||
rippleAreaPosition: point(6px, 6px);
|
rippleAreaPosition: point(4px, 4px);
|
||||||
rippleAreaSize: 44px;
|
rippleAreaSize: 40px;
|
||||||
ripple: RippleAnimation(defaultRippleAnimation) {
|
ripple: RippleAnimation(defaultRippleAnimation) {
|
||||||
color: windowBgOver;
|
color: windowBgOver;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue