mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11956] Remove background image from *CP navigation
PHPBB3-11956
This commit is contained in:
parent
c2f5ab3c6b
commit
6f97367ef0
1 changed files with 7 additions and 0 deletions
|
@ -889,6 +889,13 @@ ul.cplist {
|
|||
color: #D31141;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
||||
{
|
||||
#navigation a, .rtl #navigation a {
|
||||
background-image: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Preferences pane layout
|
||||
----------------------------------------*/
|
||||
#cp-main h2 {
|
||||
|
|
Loading…
Add table
Reference in a new issue