This hack should not be needed without base href=
This commit is contained in:
@@ -602,7 +602,7 @@ a.tab:hover,
|
|||||||
/* disabled drop/empty tabs */
|
/* disabled drop/empty tabs */
|
||||||
span.tab,
|
span.tab,
|
||||||
span.tabcaution {
|
span.tabcaution {
|
||||||
cursor: url(themes/darkblue_orange/img/error.ico), url(../themes/darkblue_orange/img/error.ico), default;
|
cursor: url(../themes/darkblue_orange/img/error.ico), default;
|
||||||
}
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
/* end topmenu */
|
/* end topmenu */
|
||||||
|
@@ -567,7 +567,7 @@ a.tab:hover,
|
|||||||
/* disabled drop/empty tabs */
|
/* disabled drop/empty tabs */
|
||||||
span.tab,
|
span.tab,
|
||||||
span.tabcaution {
|
span.tabcaution {
|
||||||
cursor: url(themes/original/img/error.ico), url(../themes/original/img/error.ico), default;
|
cursor: url(../themes/original/img/error.ico), default;
|
||||||
}
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
/* end topmenu */
|
/* end topmenu */
|
||||||
|
Reference in New Issue
Block a user