From c135816f1caf631c36d22cfe2ca004482fb3267f Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 8 Jan 2014 01:12:43 -0800 Subject: [PATCH] Issue #2163231 by jessebeach: RTL styling was jumbled while fixing the disappearing Toolbar tray box-shadow issue. --- core/modules/toolbar/css/toolbar.theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/toolbar/css/toolbar.theme.css b/core/modules/toolbar/css/toolbar.theme.css index dc3cf113159..5c1f383858c 100644 --- a/core/modules/toolbar/css/toolbar.theme.css +++ b/core/modules/toolbar/css/toolbar.theme.css @@ -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); }