CSS
This commit is contained in:
parent
00484d5938
commit
e308170ed8
@ -1966,6 +1966,9 @@ div.mainmenu {
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
}
|
}
|
||||||
|
a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* For mainmenu, we always load the img */
|
/* For mainmenu, we always load the img */
|
||||||
|
|
||||||
|
|||||||
@ -2001,6 +2001,9 @@ div.mainmenu {
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
}
|
}
|
||||||
|
a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Do not load menu img if hidden to save bandwidth */
|
/* Do not load menu img if hidden to save bandwidth */
|
||||||
<?php if (empty($dol_hide_topmenu)) { ?>
|
<?php if (empty($dol_hide_topmenu)) { ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user