--fix rc status select box to be full width

-- timezone select also has rounded corners in fancy theme
Regarding Ticket #100461
This commit is contained in:
milan 2024-11-14 17:29:51 +01:00
parent 0e98fb40fd
commit 36fd86b312
7 changed files with 21 additions and 6 deletions

View File

@ -4319,8 +4319,9 @@ body.scrollVertical {
font-size: 120%;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select {
width: 50% !important;
width: auto;
margin-left: 10px;
margin-right: 10px;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select sl-menu-item::part(checked-icon) {
border-radius: 50%;
@ -7341,3 +7342,6 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category ul li {
border-radius: var(--sl-border-radius-medium);
}
select {
border-radius: var(--sl-border-radius-medium);
}

View File

@ -174,6 +174,7 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
right: 0px;
top: 2px
}
//end tabs header styling
//sidebox
@ -195,3 +196,9 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child {
border-radius: var(--sl-border-radius-medium);
}
}
//end sidebox
//not et2-select should also have rounded corners
select{
border-radius: var(--sl-border-radius-medium);
}

View File

@ -4322,8 +4322,9 @@ body.scrollVertical {
font-size: 120%;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select {
width: 50% !important;
width: auto;
margin-left: 10px;
margin-right: 10px;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select sl-menu-item::part(checked-icon) {
border-radius: 50%;

View File

@ -4301,8 +4301,9 @@ body.scrollVertical {
font-size: 120%;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select {
width: 50% !important;
width: auto;
margin-left: 10px;
margin-right: 10px;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select sl-menu-item::part(checked-icon) {
border-radius: 50%;

View File

@ -4312,7 +4312,7 @@ body.scrollVertical {
font-size: 120%;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select {
width: 50% !important;
width: 70% !important;
margin-left: 10px;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select sl-menu-item::part(checked-icon) {

View File

@ -108,8 +108,9 @@
font-size: 120%;
}
#rc_status_select {
width: 50% !important;
width: auto;
margin-left: 10px;
margin-right: 10px;
sl-menu-item::part(checked-icon) {
border-radius: 50%;
width: 12px;

View File

@ -4332,8 +4332,9 @@ body.scrollVertical {
font-size: 120%;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select {
width: 50% !important;
width: auto;
margin-left: 10px;
margin-right: 10px;
}
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select sl-menu-item::part(checked-icon) {
border-radius: 50%;