1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/14984] Correct wrong arrow direction in PM inbox

icons.css change is needed for RTL, becouse inherit float is right

PHPBB3-14984
This commit is contained in:
hubaishan
2017-01-10 17:33:14 +03:00
parent 442d21ace2
commit b05b11cf64
2 changed files with 6 additions and 2 deletions

View File

@@ -54,6 +54,10 @@
font-size: 16px;
}
.arrow-left .icon {
float: left;
}
.arrow-left:hover .icon {
margin-left: -5px;
margin-right: 5px;