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

Bug #49945 - [Fix] Correctly hover list menu in UCP and MCP for rtl languages.

Authorised by: bantu

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10440 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Joas Schilling
2010-01-25 15:43:05 +00:00
parent 60e68b1b58
commit c5e01c9508
2 changed files with 2 additions and 0 deletions

View File

@@ -796,6 +796,7 @@ ul.cplist {
}
#navigation a:hover {
background-image: none;
background-color: #aabac6;
color: #BC2A4D;
}