diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 7701aea7a2..15a6892c4f 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -910,6 +910,7 @@ } .sidebox-favorites .ui-menu .ui-menu-item { width: 93%; + /*&:first-child a{padding-left: 41px;}*/ } .sidebox-favorites .ui-menu .ui-menu-item:hover { background-color: #ffdd73; @@ -929,9 +930,6 @@ .sidebox-favorites .ui-menu .ui-menu-item a div.ui-icon-heart { display: none; } - .sidebox-favorites .ui-menu .ui-menu-item:first-child a { - padding-left: 41px; - } .sidebox-favorites div.ui-icon-heart { position: relative; float: left; @@ -3232,7 +3230,7 @@ button[id="add"]:active { } /*Button Ende #######################################################*/ /*dhtml Submenu ##########################################################*/ -div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item { +div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon { /*filter grey*/ filter: url("data:image/svg+xml;utf8,#grayscale"); -webkit-filter: grayscale(100%); @@ -3617,6 +3615,14 @@ table.nextmatch_header img { width: 16px; height: 16px; } +.egwGridView_empty { + text-align: center; + border-bottom: 1px solid silver; + font-size: 1.5em; +} +.egwGridView_empty td { + color: #1e1e1e !important; +} /** * EGroupware: Stylite Pixelegg template * @@ -4259,6 +4265,7 @@ table.nextmatch_header img { position: relative; top: 0px; display: inline-block; + /*&:before {content: "";font-size: 1em;color: @egw_color_2_a;}*/ } #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):hover { -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); @@ -4270,11 +4277,6 @@ table.nextmatch_header img { -moz-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_topmenu_info_items .topmenu_info_item:nth-child(3):before { - content: "| "; - font-size: 1em; - color: #0c5da5; -} #egw_fw_topmenu_info_items form { height: 0px; } @@ -4298,6 +4300,16 @@ table.nextmatch_header img { color: #ffc200; line-height: 0.6em; } +#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add:hover { + -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); + -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); +} +#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add:focus { + -webkit-box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); + -moz-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_topmenu_info_items #topmenu_info_quick_add select#quick_add_selectbox { visibility: hidden; border: medium none; diff --git a/pixelegg/js/slider.js b/pixelegg/js/slider.js index 5fce7fad49..3323d56e1e 100644 --- a/pixelegg/js/slider.js +++ b/pixelegg/js/slider.js @@ -106,7 +106,7 @@ egw_LAB.wait(function() { // ADD - function addListeners(){ + function add_quick_Listeners(){ if(window.addEventListener) { // ADD @@ -120,7 +120,7 @@ egw_LAB.wait(function() { document.getElementById('quick_add').attachEvent("onmouseover",quick_add_func_over); document.getElementById('quick_add').attachEvent("onmouseout",quick_add_func_out); } - +} // Write your functions here function quick_add_func_over(){ @@ -141,10 +141,7 @@ egw_LAB.wait(function() { quick_add_selectbox.style.visibility = "hidden"; } - - - } - window.onload = addListeners; + window.onload = add_quick_Listeners; /* #egw_fw_topmenu_info_items { bottom: 0; diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index 24139ee26a..57b2fda878 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -805,7 +805,8 @@ hr { div.ui-icon-heart{display: none} } - &:first-child a{padding-left: 41px;} + // Einrückung für ""Filter aufheben"" + /*&:first-child a{padding-left: 41px;}*/ } } @@ -1037,4 +1038,4 @@ iframe#admin-index_iframe{ } // -// \ No newline at end of file +// \ No newline at end of file diff --git a/pixelegg/less/layout_content_elements.less b/pixelegg/less/layout_content_elements.less index 31232ef1e8..ea90a8ef87 100755 --- a/pixelegg/less/layout_content_elements.less +++ b/pixelegg/less/layout_content_elements.less @@ -1095,10 +1095,11 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon{ table.dhtmlxMebu_SubLevelArea_Tbl{ tr.sub_item { - .img_filter_gray; + td.sub_item_icon{ img[src*="svg"]{background-color: @gray_100; .gradient_vertical (@gray_90, @gray_90);} + .img_filter_gray; } } diff --git a/pixelegg/less/layout_raster.less b/pixelegg/less/layout_raster.less index 038ee1bf63..95ea1e154f 100644 --- a/pixelegg/less/layout_raster.less +++ b/pixelegg/less/layout_raster.less @@ -387,7 +387,7 @@ &:hover {.box_shadow_standard_light_hover;} &:focus {.box_shadow_standard_light_inset;} - &:before {content: "| ";font-size: 1em;color: @egw_color_2_a;} + /*&:before {content: "";font-size: 1em;color: @egw_color_2_a;}*/ } @@ -431,6 +431,8 @@ top: 5px; .dimension_width_height_s; &:before {content: "+"; font-size: 2em; color: @egw_color_1; line-height: 0.6em} + &:hover {.box_shadow_standard_light_hover;} + &:focus {.box_shadow_standard_light_inset;} } // Country switch @@ -1336,3 +1338,6 @@ button.image_button { background: none; border: none; } + + +// \ No newline at end of file diff --git a/pixelegg/less/layout_table.less b/pixelegg/less/layout_table.less index 8d5d0bd879..6369b3c763 100755 --- a/pixelegg/less/layout_table.less +++ b/pixelegg/less/layout_table.less @@ -349,4 +349,15 @@ table.nextmatch_header{ img{ .dimension_width_height_s;} } + +.egwGridView_empty { + text-align: center; + border-bottom: 1px solid silver; + font-size: 1.5em; + + td{ color: @gray_90 !important;} + +} + +// // \ No newline at end of file diff --git a/pixelegg/less/traditional.less b/pixelegg/less/traditional.less index 93ec8a59f3..da76e2c961 100755 --- a/pixelegg/less/traditional.less +++ b/pixelegg/less/traditional.less @@ -885,6 +885,7 @@ td.lettersearch { border-right: 2px solid black; } /* Empty placeholder */ +/*=> layout_table.less*/ .egwGridView_empty { text-align: center; border-bottom: 1px solid silver;