fancy theme tab header styling --remove text and added it as hover instead and moved image size calculation from class.pixelegg_framework.inc.php to pixelegg.less so it can be overwritten by e.g. fancy.less

This commit is contained in:
milan
2024-09-26 20:04:20 +02:00
parent 9a034118d5
commit 935e71c92c
6 changed files with 88 additions and 8 deletions

View File

@ -337,6 +337,7 @@ window.egw_fw_ui_tab = function(_parent, _contHeaderDiv, _contDiv, _icon, _callb
this.headerDiv = document.createElement("span");
this.headerDiv._position = _pos;
jQuery(this.headerDiv).attr('id', this.tag.appName+'-egw_fw_ui_tab_header').addClass("egw_fw_ui_tab_header");
this.headerDiv.setAttribute('title', this.tag.displayName);
//Create a new callback object and attach it to the header div
this.headerDiv._callbackObject = new egw_fw_class_callback(this, _callback);