mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 20:39:13 +02:00
WIP new framework style:
- Only show tab's close button on hover
This commit is contained in:
@@ -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 {
|
#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;
|
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 {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
@@ -4239,7 +4240,6 @@ td.message span.message {
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-image: url(../images/close.svg);
|
|
||||||
background-size: 6px 6px;
|
background-size: 6px 6px;
|
||||||
position: absolute;
|
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 {
|
#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;
|
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 {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
@@ -4228,7 +4229,6 @@ td.message span.message {
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-image: url(../images/close.svg);
|
|
||||||
background-size: 6px 6px;
|
background-size: 6px 6px;
|
||||||
position: absolute;
|
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 {
|
#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;
|
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 {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
@@ -4239,7 +4240,6 @@ td.message span.message {
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-image: url(../images/close.svg);
|
|
||||||
background-size: 6px 6px;
|
background-size: 6px 6px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
@@ -98,6 +98,7 @@
|
|||||||
{
|
{
|
||||||
.egw_fw_ui_tab_close_button {
|
.egw_fw_ui_tab_close_button {
|
||||||
top: 8px;
|
top: 8px;
|
||||||
|
background-image: url(../images/close.svg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -150,7 +151,7 @@
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-image: url(../images/close.svg);
|
|
||||||
background-size: 6px 6px;
|
background-size: 6px 6px;
|
||||||
position: absolute;
|
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 {
|
#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;
|
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 {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header h1 {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
@@ -4250,7 +4251,6 @@ td.message span.message {
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-image: url(../images/close.svg);
|
|
||||||
background-size: 6px 6px;
|
background-size: 6px 6px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user