mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Fix RTL for panel close buttons
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user