Change-Id: If8ebbdb7cd8e6a6acfb15fcdc48a41489ab059c6
position: absolute;
top: 21px;
height: 12px;
- background: transparent url(img/close.png);
}
.#{$primaryStyleName}-closebox {
width: 12px;
right: 16px;
background-image: url(img/dialog/close.png);
}
+
+ .#{$primaryStyleName}-restorebox {
+ width: 12px;
+ height: 12px;
+ top: 15px;
+ right: 32px;
+
+ background: transparent url(img/dialog/restore.png);
+ &:hover {
+ background-position: 0 -12px;
+ }
+ }
+
+ .#{$primaryStyleName}-maximizebox {
+ width: 11px;
+ height: 10px;
+ top: 15px;
+ right: 32px;
+
+ background: transparent url(img/dialog/maximize.png);
+ &:hover {
+ background-position: 0 -10px;
+ }
+ }
}
/* Shadow for window */