forked from extern/egroupware
WIP new framework style:
- Only show tab's close button on hover
This commit is contained in:
parent
a5b18a8c7b
commit
294657b825
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user