WIP Multitabs: fix some styling issues

This commit is contained in:
Hadi Nategh 2020-10-23 13:29:51 +02:00
parent 321aebf199
commit 266f5059d3
5 changed files with 10 additions and 2 deletions

View File

@ -206,7 +206,7 @@ var AddressbookApp = /** @class */ (function (_super) {
extras.crm_list = _action.id.replace('view-', '');
}
this.egw.openTab(id, 'addressbook', 'view', extras, {
displayName: data.n_fn + "(" + egw.lang(extras.crm_list) + ")",
displayName: data.n_fn + " (" + egw.lang(extras.crm_list) + ")",
icon: data.photo,
refreshCallback: this.view_refresh,
id: id + '-' + extras.crm_list,

View File

@ -229,7 +229,7 @@ class AddressbookApp extends EgwApp
}
this.egw.openTab(id, 'addressbook', 'view', extras, {
displayName: data.n_fn+"("+egw.lang(extras.crm_list)+")",
displayName: data.n_fn+" ("+egw.lang(extras.crm_list)+")",
icon: data.photo,
refreshCallback: this.view_refresh,
id: id+'-'+extras.crm_list,

View File

@ -4319,6 +4319,7 @@ td.message span.message {
cursor: pointer;
background-repeat: repeat-x;
height: 100%;
max-width: 200px;
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header .notifyTabDiv {
position: absolute;
@ -4511,6 +4512,9 @@ td.message span.message {
color: #000000;
padding-top: 0;
line-height: 33px;
height: 33px;
overflow: hidden;
text-overflow: ellipsis;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active:hover {
background-image: url(../images/reload.png);

View File

@ -86,6 +86,7 @@
cursor: pointer;
background-repeat:repeat-x;
height: 100%;
max-width: 200px;
.notifyTabDiv {
position: absolute;
background-color: #c14343;

View File

@ -102,6 +102,9 @@
.color_100_gray;
padding-top: 0;
line-height: 33px;
height: 33px;
overflow: hidden;
text-overflow: ellipsis;
}
&:active {}
&:hover {