Fix RTL for panel close buttons

This commit is contained in:
Bryan Housel
2017-08-06 22:06:30 -04:00
parent 3e168935d1
commit f95d6298f2
+3
View File
@@ -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;