Merge pull request #4392 from yurydelendik/fixes-webkit-retina

Fixes CSS for webkit
This commit is contained in:
Yury Delendik 2014-03-05 08:54:19 -06:00
commit 7725e9cd77

View File

@ -1607,6 +1607,7 @@ html[dir='rtl'] #documentPropertiesContainer .row > * {
/* Rules for Retina screens */
.toolbarButton::before {
transform: scale(0.5);
-webkit-transform: scale(0.5);
top: -5px;
}