pixelegg changes until now

This commit is contained in:
Ralf Becker 2014-02-12 15:50:18 +00:00
parent d390d17cbc
commit 432c076aee
7 changed files with 47 additions and 19 deletions

View File

@ -910,6 +910,7 @@
} }
.sidebox-favorites .ui-menu .ui-menu-item { .sidebox-favorites .ui-menu .ui-menu-item {
width: 93%; width: 93%;
/*&:first-child a{padding-left: 41px;}*/
} }
.sidebox-favorites .ui-menu .ui-menu-item:hover { .sidebox-favorites .ui-menu .ui-menu-item:hover {
background-color: #ffdd73; background-color: #ffdd73;
@ -929,9 +930,6 @@
.sidebox-favorites .ui-menu .ui-menu-item a div.ui-icon-heart { .sidebox-favorites .ui-menu .ui-menu-item a div.ui-icon-heart {
display: none; display: none;
} }
.sidebox-favorites .ui-menu .ui-menu-item:first-child a {
padding-left: 41px;
}
.sidebox-favorites div.ui-icon-heart { .sidebox-favorites div.ui-icon-heart {
position: relative; position: relative;
float: left; float: left;
@ -3232,7 +3230,7 @@ button[id="add"]:active {
} }
/*Button Ende #######################################################*/ /*Button Ende #######################################################*/
/*dhtml Submenu ##########################################################*/ /*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 grey*/
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%); -webkit-filter: grayscale(100%);
@ -3617,6 +3615,14 @@ table.nextmatch_header img {
width: 16px; width: 16px;
height: 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 * EGroupware: Stylite Pixelegg template
* *
@ -4259,6 +4265,7 @@ table.nextmatch_header img {
position: relative; position: relative;
top: 0px; top: 0px;
display: inline-block; 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 { #egw_fw_topmenu_info_items .topmenu_info_item:nth-child(3):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);
@ -4270,11 +4277,6 @@ table.nextmatch_header img {
-moz-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); 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 { #egw_fw_topmenu_info_items form {
height: 0px; height: 0px;
} }
@ -4298,6 +4300,16 @@ table.nextmatch_header img {
color: #ffc200; color: #ffc200;
line-height: 0.6em; 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 { #egw_fw_topmenu_info_items #topmenu_info_quick_add select#quick_add_selectbox {
visibility: hidden; visibility: hidden;
border: medium none; border: medium none;

View File

@ -106,7 +106,7 @@ egw_LAB.wait(function() {
// ADD // ADD
function addListeners(){ function add_quick_Listeners(){
if(window.addEventListener) { if(window.addEventListener) {
// ADD // ADD
@ -120,7 +120,7 @@ egw_LAB.wait(function() {
document.getElementById('quick_add').attachEvent("onmouseover",quick_add_func_over); document.getElementById('quick_add').attachEvent("onmouseover",quick_add_func_over);
document.getElementById('quick_add').attachEvent("onmouseout",quick_add_func_out); document.getElementById('quick_add').attachEvent("onmouseout",quick_add_func_out);
} }
}
// Write your functions here // Write your functions here
function quick_add_func_over(){ function quick_add_func_over(){
@ -141,10 +141,7 @@ egw_LAB.wait(function() {
quick_add_selectbox.style.visibility = "hidden"; quick_add_selectbox.style.visibility = "hidden";
} }
window.onload = add_quick_Listeners;
}
window.onload = addListeners;
/* #egw_fw_topmenu_info_items { /* #egw_fw_topmenu_info_items {
bottom: 0; bottom: 0;

File diff suppressed because one or more lines are too long

View File

@ -1095,10 +1095,11 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon{
table.dhtmlxMebu_SubLevelArea_Tbl{ table.dhtmlxMebu_SubLevelArea_Tbl{
tr.sub_item { tr.sub_item {
.img_filter_gray;
td.sub_item_icon{ td.sub_item_icon{
img[src*="svg"]{background-color: @gray_100; .gradient_vertical (@gray_90, @gray_90);} img[src*="svg"]{background-color: @gray_100; .gradient_vertical (@gray_90, @gray_90);}
.img_filter_gray;
} }
} }

View File

@ -387,7 +387,7 @@
&:hover {.box_shadow_standard_light_hover;} &:hover {.box_shadow_standard_light_hover;}
&:focus {.box_shadow_standard_light_inset;} &: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; top: 5px;
.dimension_width_height_s; .dimension_width_height_s;
&:before {content: "+"; font-size: 2em; color: @egw_color_1; line-height: 0.6em} &: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 // Country switch
@ -1336,3 +1338,6 @@ button.image_button {
background: none; background: none;
border: none; border: none;
} }
//

View File

@ -349,4 +349,15 @@ table.nextmatch_header{
img{ .dimension_width_height_s;} img{ .dimension_width_height_s;}
} }
.egwGridView_empty {
text-align: center;
border-bottom: 1px solid silver;
font-size: 1.5em;
td{ color: @gray_90 !important;}
}
//
// //

View File

@ -885,6 +885,7 @@ td.lettersearch {
border-right: 2px solid black; border-right: 2px solid black;
} }
/* Empty placeholder */ /* Empty placeholder */
/*=> layout_table.less*/
.egwGridView_empty { .egwGridView_empty {
text-align: center; text-align: center;
border-bottom: 1px solid silver; border-bottom: 1px solid silver;