Fixes CSS for webkit

This commit is contained in:
Yury Delendik 2014-03-05 08:50:31 -06:00
parent ea9c8f8c95
commit 15847ef94f

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;
}