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;
|
||||
iconOver: boxTitleCloseIconOver;
|
||||
|
||||
rippleAreaPosition: point(6px, 6px);
|
||||
rippleAreaSize: 44px;
|
||||
rippleAreaPosition: point(4px, 4px);
|
||||
rippleAreaSize: 40px;
|
||||
ripple: RippleAnimation(defaultRippleAnimation) {
|
||||
color: windowBgOver;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue