mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
hide "Select one ..." from quick add and remove old jQuery Chosen stuff
This commit is contained in:
parent
fe4d0dbbe3
commit
4d5f9f87f0
@ -5456,6 +5456,7 @@ span.overlayContainer img.overlay {
|
|||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
/* do NOT show empty label */
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add {
|
||||||
float: right;
|
float: right;
|
||||||
@ -5474,54 +5475,6 @@ span.overlayContainer img.overlay {
|
|||||||
line-height: 0.6em;
|
line-height: 0.6em;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container {
|
|
||||||
z-index: 1000;
|
|
||||||
position: absolute;
|
|
||||||
right: -54px !important;
|
|
||||||
top: 47px;
|
|
||||||
min-width: 160px !important;
|
|
||||||
width: 160px !important;
|
|
||||||
background: #FFFFFF;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container:before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: 51%;
|
|
||||||
left: 42%;
|
|
||||||
width: 0;
|
|
||||||
height: 0px;
|
|
||||||
border-left: 14px solid transparent;
|
|
||||||
border-right: 15px solid transparent;
|
|
||||||
border-bottom: 12px solid #aaa;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
margin-left: 1px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container:after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: 50%;
|
|
||||||
left: 42%;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
border-left: 15px solid transparent;
|
|
||||||
border-right: 15px solid transparent;
|
|
||||||
border-bottom: 12px solid #ffffff;
|
|
||||||
margin-bottom: 11px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container .chzn-single span {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container a.chzn-single.chzn-default {
|
|
||||||
border: 1px solid #bfc0bf;
|
|
||||||
border-radius: 0px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container .chzn-drop {
|
|
||||||
border-radius: 0px;
|
|
||||||
margin-top: -2px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container .chzn-results {
|
|
||||||
max-height: none;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox {
|
||||||
height: 0px;
|
height: 0px;
|
||||||
float: left;
|
float: left;
|
||||||
@ -5536,6 +5489,9 @@ span.overlayContainer img.overlay {
|
|||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(menu) {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(menu) {
|
||||||
max-height: 60vh;
|
max-height: 60vh;
|
||||||
}
|
}
|
||||||
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add et2-select#quick_add_selectbox sl-menu-item[value=""] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#egw_fw_topmenu_info_items img#topmenu_info_error {
|
#egw_fw_topmenu_info_items img#topmenu_info_error {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
@ -37,8 +37,8 @@
|
|||||||
*/
|
*/
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
html[data-darkmode='2'] {
|
html[data-darkmode='2'] {
|
||||||
background: #000;
|
background: #000;
|
||||||
filter: invert(1) hue-rotate(180deg) brightness(1);
|
filter: invert(1) hue-rotate(180deg) brightness(1);
|
||||||
}
|
}
|
||||||
html[data-darkmode='2'] #loginMainDiv {
|
html[data-darkmode='2'] #loginMainDiv {
|
||||||
filter: invert(1) hue-rotate(180deg) !important;
|
filter: invert(1) hue-rotate(180deg) !important;
|
||||||
@ -51,44 +51,39 @@
|
|||||||
* DARK THEME
|
* DARK THEME
|
||||||
*/
|
*/
|
||||||
@media all {
|
@media all {
|
||||||
html[data-darkmode='1'] {
|
html[data-darkmode='1'] {
|
||||||
background: #000;
|
background: #000;
|
||||||
filter: invert(1) hue-rotate(180deg) brightness(1);
|
filter: invert(1) hue-rotate(180deg) brightness(1);
|
||||||
}
|
}
|
||||||
|
html[data-darkmode='1'] sl-menu-item::part(prefix),
|
||||||
html[data-darkmode='1'] sl-menu-item::part(prefix),
|
html[data-darkmode='1'] et2-select-country::part(prefix),
|
||||||
html[data-darkmode='1'] et2-select-country::part(prefix),
|
html[data-darkmode='1'] et2-email-tag::part(prefix),
|
||||||
html[data-darkmode='1'] et2-email-tag::part(prefix),
|
html[data-darkmode='1'] et2-button::part(prefix),
|
||||||
html[data-darkmode='1'] et2-button::part(prefix),
|
html[data-darkmode='1'] *::part(image),
|
||||||
html[data-darkmode='1'] *::part(image),
|
html[data-darkmode='1'] img,
|
||||||
html[data-darkmode='1'] img,
|
html[data-darkmode='1'] #blueimp-gallery:not(:fullscreen),
|
||||||
html[data-darkmode='1'] #blueimp-gallery:not(:fullscreen),
|
html[data-darkmode='1'] #blueimp-gallery ol,
|
||||||
html[data-darkmode='1'] #blueimp-gallery ol,
|
html[data-darkmode='1'] iframe,
|
||||||
html[data-darkmode='1'] iframe,
|
html[data-darkmode='1'] #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active,
|
||||||
html[data-darkmode='1'] #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active,
|
html[data-darkmode='1'] #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_content,
|
||||||
html[data-darkmode='1'] #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_content,
|
html[data-darkmode='1'] video,
|
||||||
html[data-darkmode='1'] video,
|
html[data-darkmode='1'] #loginMainDiv,
|
||||||
html[data-darkmode='1'] #loginMainDiv,
|
html[data-darkmode='1'] .et2_taglist_tags_icon {
|
||||||
html[data-darkmode='1'] .et2_taglist_tags_icon {
|
filter: invert(1) hue-rotate(180deg) !important;
|
||||||
filter: invert(1) hue-rotate(180deg) !important;
|
}
|
||||||
}
|
html[data-darkmode='1'] .dtree img {
|
||||||
|
filter: invert(0) hue-rotate(180deg) !important;
|
||||||
html[data-darkmode='1'] .dtree img {
|
}
|
||||||
filter: invert(0) hue-rotate(180deg) !important;
|
html[data-darkmode='1'] #blueimp-gallery video,
|
||||||
}
|
html[data-darkmode='1'] #blueimp-gallery .video-content {
|
||||||
|
filter: invert(0) hue-rotate(180deg) !important;
|
||||||
html[data-darkmode='1'] #blueimp-gallery video,
|
}
|
||||||
html[data-darkmode='1'] #blueimp-gallery .video-content {
|
html[data-darkmode='1'] #loginMainDiv div#centerBox {
|
||||||
filter: invert(0) hue-rotate(180deg) !important;
|
filter: invert(1) hue-rotate(180deg) !important;
|
||||||
}
|
}
|
||||||
|
html[data-darkmode='1'] div.dhtmlxMenu_egw_SubLevelArea_Polygon,
|
||||||
html[data-darkmode='1'] #loginMainDiv div#centerBox {
|
html[data-darkmode='1'] .egw_tooltip,
|
||||||
filter: invert(1) hue-rotate(180deg) !important;
|
html[data-darkmode='1'] body .egw_message_wrapper,
|
||||||
}
|
|
||||||
|
|
||||||
html[data-darkmode='1'] div.dhtmlxMenu_egw_SubLevelArea_Polygon,
|
|
||||||
html[data-darkmode='1'] .egw_tooltip,
|
|
||||||
html[data-darkmode='1'] body .egw_message_wrapper,
|
|
||||||
html[data-darkmode='1'] #egw_fw_header #egw_fw_topmenu,
|
html[data-darkmode='1'] #egw_fw_header #egw_fw_topmenu,
|
||||||
html[data-darkmode='1'] .ui-dialog,
|
html[data-darkmode='1'] .ui-dialog,
|
||||||
html[data-darkmode='1'] .box_shadow,
|
html[data-darkmode='1'] .box_shadow,
|
||||||
@ -709,7 +704,7 @@
|
|||||||
width: 50% !important;
|
width: 50% !important;
|
||||||
}
|
}
|
||||||
.nextmatch_header > .filters > select > option {
|
.nextmatch_header > .filters > select > option {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
.nextmatch_header > .filters input {
|
.nextmatch_header > .filters input {
|
||||||
margin-right: 2ex;
|
margin-right: 2ex;
|
||||||
@ -903,21 +898,21 @@
|
|||||||
padding: 2px 1px;
|
padding: 2px 1px;
|
||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
.sidebox-favorites ul.favorites li.ui-menu-item a div.ui-icon-heart {
|
||||||
background-image: url(../../api/templates/default/images/favorites.svg);
|
background-image: url(../../api/templates/default/images/favorites.svg);
|
||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
background-position: 1px 0;
|
background-position: 1px 0;
|
||||||
margin-right: 9px;
|
margin-right: 9px;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
|
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
|
||||||
width: 4px;
|
width: 4px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
background-image: url(../../api/templates/default/images/fav_filter.svg);
|
background-image: url(../../api/templates/default/images/fav_filter.svg);
|
||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
.sidebox-favorites ul.favorites li.ui-menu-item img {
|
.sidebox-favorites ul.favorites li.ui-menu-item img {
|
||||||
width: 12px;
|
width: 12px;
|
||||||
@ -1157,8 +1152,8 @@ option:checked {
|
|||||||
/* Component containers
|
/* Component containers
|
||||||
----------------------------------*/
|
----------------------------------*/
|
||||||
.ui-widget {
|
.ui-widget {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
.ui-widget .ui-widget {
|
.ui-widget .ui-widget {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
@ -1167,8 +1162,8 @@ option:checked {
|
|||||||
.ui-widget select,
|
.ui-widget select,
|
||||||
.ui-widget textarea,
|
.ui-widget textarea,
|
||||||
.ui-widget button {
|
.ui-widget button {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
.ui-widget-content {
|
.ui-widget-content {
|
||||||
/*.bordered (@color-hint,@color-hint,@color-hint,@color-hint);*/
|
/*.bordered (@color-hint,@color-hint,@color-hint,@color-hint);*/
|
||||||
@ -1798,17 +1793,17 @@ html {
|
|||||||
height: 99.9% !important;
|
height: 99.9% !important;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
width: 99.9%;
|
width: 99.9%;
|
||||||
height: 99.9% !important;
|
height: 99.9% !important;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.28;
|
line-height: 1.28;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* EGroupware: Stylite Pixelegg template
|
* EGroupware: Stylite Pixelegg template
|
||||||
@ -2208,18 +2203,18 @@ div#loginMainDiv.stockLoginBackground div#centerBox form {
|
|||||||
}
|
}
|
||||||
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"],
|
#loginMainDiv div#centerBox form table.divLoginbox input[type="submit"],
|
||||||
#loginMainDiv div#centerBox form table.divLoginbox select.onChangeSubmit {
|
#loginMainDiv div#centerBox form table.divLoginbox select.onChangeSubmit {
|
||||||
background-color: #4177A2;
|
background-color: #4177A2;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
#loginMainDiv div#centerBox form table.divLoginbox select.onChangeSubmit {
|
#loginMainDiv div#centerBox form table.divLoginbox select.onChangeSubmit {
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
}
|
}
|
||||||
#loginMainDiv div#centerBox form table.divLoginbox .registration {
|
#loginMainDiv div#centerBox form table.divLoginbox .registration {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
#loginMainDiv div#centerBox form table.divLoginbox .registration a:not(:first-child):before {
|
#loginMainDiv div#centerBox form table.divLoginbox .registration a:not(:first-child):before {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
@ -2951,16 +2946,16 @@ div.client_error_log tr td.stack > div {
|
|||||||
body,
|
body,
|
||||||
textarea,
|
textarea,
|
||||||
button {
|
button {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
}
|
}
|
||||||
#egw_fw_basecontainer {
|
#egw_fw_basecontainer {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
/* .Complete_Button_input;
|
/* .Complete_Button_input;
|
||||||
@ -3147,32 +3142,26 @@ table.table_passord_change td:first-child {
|
|||||||
*/
|
*/
|
||||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon {
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon {
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_hk div.sub_item_hk {
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_hk div.sub_item_hk {
|
||||||
color: #373f3f;
|
color: #373f3f;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
|
||||||
background-color: hsl(200, 98%, 39%) !important;
|
background-color: hsl(200, 98%, 39%) !important;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected td.sub_item_icon img.sub_icon {
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected td.sub_item_icon img.sub_icon {
|
||||||
filter: invert(1) brightness(5);
|
filter: invert(1) brightness(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected div.sub_item_text,
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected div.sub_item_text,
|
||||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected td.sub_item_hk div.sub_item_hk {
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected td.sub_item_hk div.sub_item_hk {
|
||||||
color: hsl(0, 0%, 100%);
|
color: hsl(0, 0%, 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_sep {
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_sep {
|
||||||
border-top: 1px solid #E6E6E6;
|
border-top: 1px solid #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* EGroupware: Stylite Pixelegg template
|
* EGroupware: Stylite Pixelegg template
|
||||||
*
|
*
|
||||||
@ -3268,8 +3257,8 @@ table.dialog-main-view {
|
|||||||
/*** dialogHeader on a box not table ***/
|
/*** dialogHeader on a box not table ***/
|
||||||
/********** Header Part ********************/
|
/********** Header Part ********************/
|
||||||
.dialogHeader {
|
.dialogHeader {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
border-bottom: 2px solid #696969;
|
border-bottom: 2px solid #696969;
|
||||||
}
|
}
|
||||||
.dialogHeader input[type="radio"],
|
.dialogHeader input[type="radio"],
|
||||||
.dialogHeader input.et2_radiobox {
|
.dialogHeader input.et2_radiobox {
|
||||||
@ -3441,9 +3430,9 @@ div#etemplate\.tab_widget {
|
|||||||
/*# button | button | button delete #*/
|
/*# button | button | button delete #*/
|
||||||
/*##############################################*/
|
/*##############################################*/
|
||||||
.dialogFooterToolbar {
|
.dialogFooterToolbar {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-top: 2px solid #696969;
|
border-top: 2px solid #696969;
|
||||||
/*.et2_selectbox {height: 32px; top: 0px; font-size: 1em;}*/
|
/*.et2_selectbox {height: 32px; top: 0px; font-size: 1em;}*/
|
||||||
}
|
}
|
||||||
.dialogFooterToolbar td {
|
.dialogFooterToolbar td {
|
||||||
padding: 5px 5px 0px 0px;
|
padding: 5px 5px 0px 0px;
|
||||||
@ -4023,6 +4012,7 @@ div#egwpopup_message {
|
|||||||
}
|
}
|
||||||
.egw_fw_ui_app_header_container {
|
.egw_fw_ui_app_header_container {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_app_header_container .egw_fw_ui_app_header {
|
.egw_fw_ui_app_header_container .egw_fw_ui_app_header {
|
||||||
padding: 1px 0 0 0;
|
padding: 1px 0 0 0;
|
||||||
@ -4225,15 +4215,15 @@ span.overlayContainer img.overlay {
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu {
|
#egw_fw_header #egw_fw_topmenu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
width: 241px;
|
width: 241px;
|
||||||
z-index: 1001;
|
z-index: 1001;
|
||||||
top: 46px;
|
top: 46px;
|
||||||
background: white;
|
background: white;
|
||||||
box-shadow: 0 2px 8px hsla(240, 3.8%, 46.1%, 0.12);
|
box-shadow: 0 2px 8px hsla(240, 3.8%, 46.1%, 0.12);
|
||||||
border: 1px solid hsl(240, 6%, 90%);
|
border: 1px solid hsl(240, 6%, 90%);
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu a.powered_by {
|
#egw_fw_header #egw_fw_topmenu a.powered_by {
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
@ -4320,51 +4310,43 @@ span.overlayContainer img.overlay {
|
|||||||
/*category*/
|
/*category*/
|
||||||
/*password*/
|
/*password*/
|
||||||
/*help*/
|
/*help*/
|
||||||
/*Search*/
|
/*Search*/
|
||||||
/*logout*/
|
/*logout*/
|
||||||
/*print*/
|
/*print*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
border-top: #E6E6E6;
|
border-top: #E6E6E6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:hover {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:hover {
|
||||||
background: hsl(200, 98%, 39%);
|
background: hsl(200, 98%, 39%);
|
||||||
color: hsl(0, 0%, 100%);
|
color: hsl(0, 0%, 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:hover a {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:hover a {
|
||||||
filter: invert(1) brightness(5);
|
filter: invert(1) brightness(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding-left: 26px;
|
padding-left: 26px;
|
||||||
line-height: 1.9em;
|
line-height: 1.9em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child :before {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li:first-child :before {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a {
|
||||||
background-size: 20px;
|
background-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
background-image: url(../../api/templates/default/images/topmenu_items/home.svg);
|
background-image: url(../../api/templates/default/images/topmenu_items/home.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_prefs {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_prefs {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
@ -4568,10 +4550,10 @@ span.overlayContainer img.overlay {
|
|||||||
top: 8px;
|
top: 8px;
|
||||||
}
|
}
|
||||||
#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: 12px;
|
font-size: 12px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
margin: 0 15px 2px 2px;
|
margin: 0 15px 2px 2px;
|
||||||
vertical-align: super;
|
vertical-align: super;
|
||||||
}
|
}
|
||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -4694,13 +4676,13 @@ span.overlayContainer img.overlay {
|
|||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header h1 {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header h1 {
|
||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px 0;
|
||||||
padding-top: 0.4em;
|
padding-top: 0.4em;
|
||||||
padding-left: 3em;
|
padding-left: 3em;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
/*font-size: 12px;*/
|
/*font-size: 12px;*/
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header object {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_header object {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
@ -4816,15 +4798,15 @@ span.overlayContainer img.overlay {
|
|||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1,
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h1,
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h2 {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h2 {
|
||||||
margin: 5px 0px 3px 5px;
|
margin: 5px 0px 3px 5px;
|
||||||
padding: 0px 0px 0px 24px;
|
padding: 0px 0px 0px 24px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
background-image: url(../../api/templates/default/images/arrow_right.svg);
|
background-image: url(../../api/templates/default/images/arrow_right.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
background-size: 12px;
|
background-size: 12px;
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h2 {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category h2 {
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
@ -5081,12 +5063,12 @@ span.overlayContainer img.overlay {
|
|||||||
background-color: rgba(153, 204, 255, 0.4);
|
background-color: rgba(153, 204, 255, 0.4);
|
||||||
}
|
}
|
||||||
.egw_fw_ui_sidemenu_listitem img.egw_fw_ui_sidemenu_listitem_icon {
|
.egw_fw_ui_sidemenu_listitem img.egw_fw_ui_sidemenu_listitem_icon {
|
||||||
/*display: none;*/
|
/*display: none;*/
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.egw_fw_ui_sidemenu_listitem input {
|
.egw_fw_ui_sidemenu_listitem input {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@ -5286,70 +5268,60 @@ span.overlayContainer img.overlay {
|
|||||||
/* Opera and prob css3 final iteration */
|
/* Opera and prob css3 final iteration */
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items .topmenu_info_item {
|
#egw_fw_topmenu_info_items .topmenu_info_item {
|
||||||
height: 45px;
|
height: 45px;
|
||||||
width: 45px;
|
width: 45px;
|
||||||
border-left: 1px solid #bfc0bf;
|
border-left: 1px solid #bfc0bf;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
float: right;
|
float: right;
|
||||||
background-size: 20px;
|
background-size: 20px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_topmenu_info_items .topmenu_info_item:hover {
|
#egw_fw_topmenu_info_items .topmenu_info_item:hover {
|
||||||
background-color: rgba(153, 204, 255, 0.4);
|
background-color: rgba(153, 204, 255, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.fw_avatar_stat {
|
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.fw_avatar_stat {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.stat1 {
|
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.stat1 {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 30px;
|
right: 30px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
z-index: 100000;
|
z-index: 100000;
|
||||||
background-size: 14px;
|
background-size: 14px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
color: #2d2b2b;
|
color: #2d2b2b;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
border: 2px solid #fbfbfb;
|
border: 2px solid #fbfbfb;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.online {
|
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.online {
|
||||||
background-color: #2de0a5;
|
background-color: #2de0a5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.offline {
|
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.offline {
|
||||||
background-color: #cbced1;
|
background-color: #cbced1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.away {
|
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.away {
|
||||||
background-color: #ffd21f;
|
background-color: #ffd21f;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.busy {
|
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.busy {
|
||||||
background-color: #f5455c;
|
background-color: #f5455c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.noconnection {
|
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.noconnection {
|
||||||
background-color: #E1E16D;
|
background-color: #E1E16D;
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.noconnection:before {
|
#egw_fw_topmenu_info_items #topmenu_info_user_avatar span.noconnection:before {
|
||||||
content: "!";
|
content: "!";
|
||||||
}
|
}
|
||||||
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_logout {
|
#egw_fw_topmenu_info_items #topmenu_info_logout {
|
||||||
background-image: url(../../api/templates/default/images/logout.svg);
|
background-image: url(../../api/templates/default/images/logout.svg);
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_logout a {
|
#egw_fw_topmenu_info_items #topmenu_info_logout a {
|
||||||
width: 45px;
|
width: 45px;
|
||||||
@ -5464,6 +5436,7 @@ span.overlayContainer img.overlay {
|
|||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
/* do NOT show empty label */
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add {
|
||||||
float: right;
|
float: right;
|
||||||
@ -5482,54 +5455,6 @@ span.overlayContainer img.overlay {
|
|||||||
line-height: 0.6em;
|
line-height: 0.6em;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container {
|
|
||||||
z-index: 1000;
|
|
||||||
position: absolute;
|
|
||||||
right: -54px !important;
|
|
||||||
top: 47px;
|
|
||||||
min-width: 160px !important;
|
|
||||||
width: 160px !important;
|
|
||||||
background: #FFFFFF;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container:before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: 51%;
|
|
||||||
left: 42%;
|
|
||||||
width: 0;
|
|
||||||
height: 0px;
|
|
||||||
border-left: 14px solid transparent;
|
|
||||||
border-right: 15px solid transparent;
|
|
||||||
border-bottom: 12px solid #aaa;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
margin-left: 1px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container:after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: 50%;
|
|
||||||
left: 42%;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
border-left: 15px solid transparent;
|
|
||||||
border-right: 15px solid transparent;
|
|
||||||
border-bottom: 12px solid #ffffff;
|
|
||||||
margin-bottom: 11px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container .chzn-single span {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container a.chzn-single.chzn-default {
|
|
||||||
border: 1px solid #bfc0bf;
|
|
||||||
border-radius: 0px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container .chzn-drop {
|
|
||||||
border-radius: 0px;
|
|
||||||
margin-top: -2px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container .chzn-results {
|
|
||||||
max-height: none;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox {
|
||||||
height: 0px;
|
height: 0px;
|
||||||
float: left;
|
float: left;
|
||||||
@ -5541,6 +5466,12 @@ span.overlayContainer img.overlay {
|
|||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(form-control) {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(form-control) {
|
||||||
margin-left: -3em;
|
margin-left: -3em;
|
||||||
}
|
}
|
||||||
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(menu) {
|
||||||
|
max-height: 60vh;
|
||||||
|
}
|
||||||
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add et2-select#quick_add_selectbox sl-menu-item[value=""] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#egw_fw_topmenu_info_items img#topmenu_info_error {
|
#egw_fw_topmenu_info_items img#topmenu_info_error {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@ -5691,22 +5622,22 @@ button.image_button {
|
|||||||
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
||||||
*/
|
*/
|
||||||
.sbHolder {
|
.sbHolder {
|
||||||
/*.box_shadow_standard_light;*/
|
/*.box_shadow_standard_light;*/
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 5px 0em 5px 0px;
|
margin: 5px 0em 5px 0px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
outline: none;
|
outline: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 10em;
|
width: 10em;
|
||||||
}
|
}
|
||||||
.sbHolder:hover {
|
.sbHolder:hover {
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
@ -5904,17 +5835,17 @@ table.egwGridView_outer thead tr th {
|
|||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th:hover {
|
table.egwGridView_outer thead tr th:hover {
|
||||||
background-color: #f0f0f0;
|
background-color: #f0f0f0;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
/*border-right: 5px solid white;*/
|
/*border-right: 5px solid white;*/
|
||||||
background-image: url(../../api/templates/default/images/hint-arrow-right.png);
|
background-image: url(../../api/templates/default/images/hint-arrow-right.png);
|
||||||
background-position: right bottom;
|
background-position: right bottom;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 15px 15px;
|
background-size: 15px 15px;
|
||||||
-webkit-transition: all 0s ease-out;
|
-webkit-transition: all 0s ease-out;
|
||||||
-moz-transition: all 0s ease-out;
|
-moz-transition: all 0s ease-out;
|
||||||
-o-transition: all 0s ease-out;
|
-o-transition: all 0s ease-out;
|
||||||
transition: all 0s ease-out;
|
transition: all 0s ease-out;
|
||||||
/*transition-delay: 1s;*/
|
/*transition-delay: 1s;*/
|
||||||
}
|
}
|
||||||
table.egwGridView_outer thead tr th:active {
|
table.egwGridView_outer thead tr th:active {
|
||||||
|
@ -5446,6 +5446,7 @@ span.overlayContainer img.overlay {
|
|||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
/* do NOT show empty label */
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add {
|
||||||
float: right;
|
float: right;
|
||||||
@ -5464,54 +5465,6 @@ span.overlayContainer img.overlay {
|
|||||||
line-height: 0.6em;
|
line-height: 0.6em;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container {
|
|
||||||
z-index: 1000;
|
|
||||||
position: absolute;
|
|
||||||
right: -54px !important;
|
|
||||||
top: 47px;
|
|
||||||
min-width: 160px !important;
|
|
||||||
width: 160px !important;
|
|
||||||
background: #FFFFFF;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container:before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: 51%;
|
|
||||||
left: 42%;
|
|
||||||
width: 0;
|
|
||||||
height: 0px;
|
|
||||||
border-left: 14px solid transparent;
|
|
||||||
border-right: 15px solid transparent;
|
|
||||||
border-bottom: 12px solid #aaa;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
margin-left: 1px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container:after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: 50%;
|
|
||||||
left: 42%;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
border-left: 15px solid transparent;
|
|
||||||
border-right: 15px solid transparent;
|
|
||||||
border-bottom: 12px solid #ffffff;
|
|
||||||
margin-bottom: 11px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container .chzn-single span {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container a.chzn-single.chzn-default {
|
|
||||||
border: 1px solid #bfc0bf;
|
|
||||||
border-radius: 0px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container .chzn-drop {
|
|
||||||
border-radius: 0px;
|
|
||||||
margin-top: -2px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container .chzn-results {
|
|
||||||
max-height: none;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox {
|
||||||
height: 0px;
|
height: 0px;
|
||||||
float: left;
|
float: left;
|
||||||
@ -5526,6 +5479,9 @@ span.overlayContainer img.overlay {
|
|||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(menu) {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(menu) {
|
||||||
max-height: 60vh;
|
max-height: 60vh;
|
||||||
}
|
}
|
||||||
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add et2-select#quick_add_selectbox sl-menu-item[value=""] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#egw_fw_topmenu_info_items img#topmenu_info_error {
|
#egw_fw_topmenu_info_items img#topmenu_info_error {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
@ -236,52 +236,6 @@
|
|||||||
// quick_add selectbox
|
// quick_add selectbox
|
||||||
// ADD different APPs
|
// ADD different APPs
|
||||||
|
|
||||||
.chzn-container {
|
|
||||||
z-index: 1000;
|
|
||||||
position: absolute;
|
|
||||||
right: -54px !important;
|
|
||||||
top: 47px;
|
|
||||||
min-width: 160px !important;
|
|
||||||
width: 160px !important;
|
|
||||||
background: @gray_0;
|
|
||||||
&:before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: 51%;
|
|
||||||
left: 42%;
|
|
||||||
width: 0;
|
|
||||||
height: 0px;
|
|
||||||
border-left: 14px solid transparent;
|
|
||||||
border-right: 15px solid transparent;
|
|
||||||
border-bottom: 12px solid #aaa;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
margin-left: 1px;
|
|
||||||
}
|
|
||||||
&:after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: 50%;
|
|
||||||
left: 42%;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
border-left: 15px solid transparent;
|
|
||||||
border-right: 15px solid transparent;
|
|
||||||
border-bottom: 12px solid #ffffff;
|
|
||||||
margin-bottom: 11px;
|
|
||||||
}
|
|
||||||
.chzn-single span {display: none;}
|
|
||||||
a.chzn-single.chzn-default {
|
|
||||||
border: 1px solid #bfc0bf;
|
|
||||||
border-radius: 0px;
|
|
||||||
}
|
|
||||||
.chzn-drop {
|
|
||||||
border-radius: 0px;
|
|
||||||
margin-top: -2px;
|
|
||||||
}
|
|
||||||
.chzn-results {
|
|
||||||
max-height: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#quick_add_selectbox {
|
#quick_add_selectbox {
|
||||||
height: 0px;
|
height: 0px;
|
||||||
float: left;
|
float: left;
|
||||||
@ -296,6 +250,12 @@
|
|||||||
#quick_add_selectbox::part(menu) {
|
#quick_add_selectbox::part(menu) {
|
||||||
max-height: 60vh;
|
max-height: 60vh;
|
||||||
}
|
}
|
||||||
|
/* do NOT show empty label */
|
||||||
|
et2-select#quick_add_selectbox {
|
||||||
|
sl-menu-item[value=""] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// ##############################################################################
|
// ##############################################################################
|
||||||
|
@ -5467,6 +5467,7 @@ span.overlayContainer img.overlay {
|
|||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
/* do NOT show empty label */
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add {
|
||||||
float: right;
|
float: right;
|
||||||
@ -5485,54 +5486,6 @@ span.overlayContainer img.overlay {
|
|||||||
line-height: 0.6em;
|
line-height: 0.6em;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container {
|
|
||||||
z-index: 1000;
|
|
||||||
position: absolute;
|
|
||||||
right: -54px !important;
|
|
||||||
top: 47px;
|
|
||||||
min-width: 160px !important;
|
|
||||||
width: 160px !important;
|
|
||||||
background: #FFFFFF;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container:before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: 51%;
|
|
||||||
left: 42%;
|
|
||||||
width: 0;
|
|
||||||
height: 0px;
|
|
||||||
border-left: 14px solid transparent;
|
|
||||||
border-right: 15px solid transparent;
|
|
||||||
border-bottom: 12px solid #aaa;
|
|
||||||
margin-bottom: 12px;
|
|
||||||
margin-left: 1px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container:after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: 50%;
|
|
||||||
left: 42%;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
border-left: 15px solid transparent;
|
|
||||||
border-right: 15px solid transparent;
|
|
||||||
border-bottom: 12px solid #ffffff;
|
|
||||||
margin-bottom: 11px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container .chzn-single span {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container a.chzn-single.chzn-default {
|
|
||||||
border: 1px solid #bfc0bf;
|
|
||||||
border-radius: 0px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container .chzn-drop {
|
|
||||||
border-radius: 0px;
|
|
||||||
margin-top: -2px;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add .chzn-container .chzn-results {
|
|
||||||
max-height: none;
|
|
||||||
}
|
|
||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox {
|
||||||
height: 0px;
|
height: 0px;
|
||||||
float: left;
|
float: left;
|
||||||
@ -5547,6 +5500,9 @@ span.overlayContainer img.overlay {
|
|||||||
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(menu) {
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(menu) {
|
||||||
max-height: 60vh;
|
max-height: 60vh;
|
||||||
}
|
}
|
||||||
|
#egw_fw_topmenu_info_items #topmenu_info_quick_add et2-select#quick_add_selectbox sl-menu-item[value=""] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#egw_fw_topmenu_info_items img#topmenu_info_error {
|
#egw_fw_topmenu_info_items img#topmenu_info_error {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user