mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11956] Remove background image from *CP navigation
PHPBB3-11956
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user