mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
--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:
parent
0e98fb40fd
commit
36fd86b312
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -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%;
|
||||
|
@ -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%;
|
||||
|
@ -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) {
|
||||
|
@ -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;
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user