Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into fix_sql_error_todo
This commit is contained in:
commit
87a8c8f0a8
@ -2503,6 +2503,11 @@ a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudis
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
span.mainmenuaspan.tmenudisabled {
|
||||||
|
color: var(--colortextbackhmenu);
|
||||||
|
opacity: 0.5;
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
|
a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
|
||||||
padding: 0px 2px 0px 2px;
|
padding: 0px 2px 0px 2px;
|
||||||
|
|||||||
@ -2547,6 +2547,11 @@ a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudis
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
span.mainmenuaspan.tmenudisabled {
|
||||||
|
color: var(--colortextbackhmenu);
|
||||||
|
opacity: 0.5;
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
|
a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user