mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27: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;
|
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
|
/* Preferences pane layout
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
#cp-main h2 {
|
#cp-main h2 {
|
||||||
|
Reference in New Issue
Block a user