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 */
|
||||
span.tab,
|
||||
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 } ?>
|
||||
/* end topmenu */
|
||||
|
@@ -567,7 +567,7 @@ a.tab:hover,
|
||||
/* disabled drop/empty tabs */
|
||||
span.tab,
|
||||
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 } ?>
|
||||
/* end topmenu */
|
||||
|
Reference in New Issue
Block a user