mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Fix Bug #49945 - Correctly orientate Control-Panel-Navigation background-image on RTL languages.
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10016 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -790,6 +790,11 @@ ul.cplist {
|
||||
background-image: url("{T_THEME_PATH}/images/bg_menu.gif");
|
||||
}
|
||||
|
||||
.rtl #navigation a {
|
||||
background-image: url("{T_THEME_PATH}/images/bg_menu_rtl.gif");
|
||||
background-position: 0 100%;
|
||||
}
|
||||
|
||||
#navigation a:hover {
|
||||
background-color: #aabac6;
|
||||
color: #BC2A4D;
|
||||
|
BIN
phpBB/styles/prosilver/theme/images/bg_menu_rtl.gif
Normal file
BIN
phpBB/styles/prosilver/theme/images/bg_menu_rtl.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 345 B |
Reference in New Issue
Block a user