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 {
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,<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%);
@ -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;

View File

@ -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;

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{
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;
}
}

View File

@ -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;
}
//

View File

@ -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;}
}
//
//

View File

@ -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;