mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge pull request #4630 from hubaishan/ticket/14984
[ticket/14984] Correct wrong arrow direction in PM inbox * hubaishan/ticket/14984: [ticket/14984] Correct wrong arrow direction in PM inbox
This commit is contained in:
commit
083db525d4
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.arrow-left .icon {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.arrow-left:hover .icon {
|
.arrow-left:hover .icon {
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue