diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-01-25 15:43:05 +0000 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2010-01-25 15:43:05 +0000 |
commit | c5e01c9508068a19948ef17826290a68ab75bde6 (patch) | |
tree | 4bc3b5fa2dbbdba924364ced47f1e160040071e5 | |
parent | 60e68b1b58862b77eaae36400dd294c69a400e1d (diff) | |
download | forums-c5e01c9508068a19948ef17826290a68ab75bde6.tar forums-c5e01c9508068a19948ef17826290a68ab75bde6.tar.gz forums-c5e01c9508068a19948ef17826290a68ab75bde6.tar.bz2 forums-c5e01c9508068a19948ef17826290a68ab75bde6.tar.xz forums-c5e01c9508068a19948ef17826290a68ab75bde6.zip |
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
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 | ||||
-rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f1ea454324..efea7dada5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -142,6 +142,7 @@ <li>[Fix] Do not duplicate previous/next links in pagination text of moderator logs and user notes in MCP for subsilver2. (Bug #55045)</li> <li>[Fix] Do not automatically unsubscribe users from topics, when email and jabber is disabled.</li> <li>[Fix] Don't send activation email when user tries to change email without permission (fix by nrohler). (Bug #56335)</li> + <li>[Fix] Correctly hover list menu in UCP and MCP for rtl languages. (Bug #49945)</li> <li>[Fix] Correctly orientate quoted text image on RTL languages. (Bug #33745)</li> <li>[Change] Move redirect into a hidden field to avoid issues with mod_security. (Bug #54145)</li> <li>[Change] Log activation through inactive users ACP. (Bug #30145)</li> diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 2c0606001c..5d74ff9d8f 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -796,6 +796,7 @@ ul.cplist { } #navigation a:hover { + background-image: none; background-color: #aabac6; color: #BC2A4D; } |