From f95d6298f2ba24fbecfed9be9c7ad8c177539e61 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 6 Aug 2017 22:06:30 -0400 Subject: [PATCH] Fix RTL for panel close buttons --- css/80_app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 7a576702b..fc334eaa1 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -2756,6 +2756,9 @@ img.tile-removing { background: none; color: #ddd; } +[dir='rtl'] .panel-title button.close { + float: left; +} .panel-title button.close:hover { color: #fff;