Issue #2163231 by jessebeach: RTL styling was jumbled while fixing the disappearing Toolbar tray box-shadow issue.

8.0.x
webchick 2014-01-08 01:12:43 -08:00
parent cb41c8cfcf
commit c135816f1c
1 changed files with 1 additions and 1 deletions

View File

@ -68,8 +68,8 @@
border-right: 1px solid #aaaaaa; /* LTR */
box-shadow: -1px 0 5px 2px rgba(0, 0, 0, 0.3333); /* LTR */
}
border-left: 1px solid #aaaaaa;
[dir="rtl"] .toolbar .toolbar-tray-vertical {
border-left: 1px solid #aaaaaa;
border-right: 0 none;
box-shadow: 1px 0 5px 2px rgba(0, 0, 0, 0.3333);
}