WIP new framework style:

- Only show tab's close button on hover
This commit is contained in:
Hadi Nategh 2019-05-28 12:33:55 +02:00
parent a5b18a8c7b
commit 294657b825
5 changed files with 6 additions and 5 deletions

View File

@ -4191,6 +4191,7 @@ td.message span.message {
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover:not(.egw_fw_ui_tab_header_active) .egw_fw_ui_tab_close_button {
top: 8px;
background-image: url(../images/close.svg);
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
font-size: 11px;
@ -4239,7 +4240,6 @@ td.message span.message {
margin-left: 0px;
background-repeat: no-repeat;
background-position: center;
background-image: url(../images/close.svg);
background-size: 6px 6px;
position: absolute;
}

View File

@ -4180,6 +4180,7 @@ td.message span.message {
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover:not(.egw_fw_ui_tab_header_active) .egw_fw_ui_tab_close_button {
top: 8px;
background-image: url(../images/close.svg);
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
font-size: 11px;
@ -4228,7 +4229,6 @@ td.message span.message {
margin-left: 0px;
background-repeat: no-repeat;
background-position: center;
background-image: url(../images/close.svg);
background-size: 6px 6px;
position: absolute;
}

View File

@ -4191,6 +4191,7 @@ td.message span.message {
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover:not(.egw_fw_ui_tab_header_active) .egw_fw_ui_tab_close_button {
top: 8px;
background-image: url(../images/close.svg);
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
font-size: 11px;
@ -4239,7 +4240,6 @@ td.message span.message {
margin-left: 0px;
background-repeat: no-repeat;
background-position: center;
background-image: url(../images/close.svg);
background-size: 6px 6px;
position: absolute;
}

View File

@ -98,6 +98,7 @@
{
.egw_fw_ui_tab_close_button {
top: 8px;
background-image: url(../images/close.svg);
}
}
@ -150,7 +151,7 @@
margin-left: 0px;
background-repeat: no-repeat;
background-position: center;
background-image: url(../images/close.svg);
background-size: 6px 6px;
position: absolute;
}

View File

@ -4202,6 +4202,7 @@ td.message span.message {
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header:hover:not(.egw_fw_ui_tab_header_active) .egw_fw_ui_tab_close_button {
top: 8px;
background-image: url(../images/close.svg);
}
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
font-size: 11px;
@ -4250,7 +4251,6 @@ td.message span.message {
margin-left: 0px;
background-repeat: no-repeat;
background-position: center;
background-image: url(../images/close.svg);
background-size: 6px 6px;
position: absolute;
}