Fix tab header styling on hover action

This commit is contained in:
Hadi Nategh 2020-10-28 13:27:34 +01:00
parent bf615644d4
commit dcf89e5122
2 changed files with 8 additions and 0 deletions

View File

@ -4515,6 +4515,11 @@ td.message span.message {
height: 33px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 10px;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1:hover {
padding-left: 35px;
}
#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

@ -105,6 +105,9 @@
height: 33px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 10px;
&:hover {padding-left: 35px;}
}
&:active {}
&:hover {