Gray filter app icons inside contextmenu and remove gray background

This commit is contained in:
Hadi Nategh 2019-03-22 09:57:18 +01:00
parent 30fe3d588b
commit 235c7e27b9
6 changed files with 54 additions and 4 deletions

View File

@ -2948,6 +2948,11 @@ table.table_passord_change td:first-child {
* @package pixelegg
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
*/
div.dhtmlxMenu_egw_SubLevelArea_Polygon {
background: white;
border: 1px solid transparent;
border-radius: 2px;
}
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");
@ -2960,6 +2965,9 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
filter: gray;
/* IE 6-9 */
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_hk div.sub_item_hk {
color: #373f3f;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
background-color: #ffc200 !important;
background-image: none !important;
@ -2976,6 +2984,9 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
filter: gray;
/* IE 6-9 */
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_sep {
border-top: 1px solid #E6E6E6;
}
/**
* EGroupware: Stylite Pixelegg template
*

View File

@ -2937,6 +2937,11 @@ table.table_passord_change td:first-child {
* @package pixelegg
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
*/
div.dhtmlxMenu_egw_SubLevelArea_Polygon {
background: white;
border: 1px solid transparent;
border-radius: 2px;
}
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");
@ -2949,6 +2954,9 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
filter: gray;
/* IE 6-9 */
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_hk div.sub_item_hk {
color: #373f3f;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
background-color: #ffc200 !important;
background-image: none !important;
@ -2965,6 +2973,9 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
filter: gray;
/* IE 6-9 */
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_sep {
border-top: 1px solid #E6E6E6;
}
/**
* EGroupware: Stylite Pixelegg template
*

View File

@ -2948,6 +2948,11 @@ table.table_passord_change td:first-child {
* @package pixelegg
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
*/
div.dhtmlxMenu_egw_SubLevelArea_Polygon {
background: white;
border: 1px solid transparent;
border-radius: 2px;
}
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");
@ -2960,6 +2965,9 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
filter: gray;
/* IE 6-9 */
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_hk div.sub_item_hk {
color: #373f3f;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
background-color: #ffc200 !important;
background-image: none !important;
@ -2976,6 +2984,9 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
filter: gray;
/* IE 6-9 */
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_sep {
border-top: 1px solid #E6E6E6;
}
/**
* EGroupware: Stylite Pixelegg template
*
@ -6751,9 +6762,6 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
background-color: transparent;
background-image: none;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon {
filter: none;
}
.egwGridView_scrollarea tr.row_category > td:first-child,
.select-cat li,
.et2_selectbox .chzn-results li,

View File

@ -332,7 +332,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
background-image: none;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_icon {
filter: none;
}
.egwGridView_scrollarea tr.row_category > td:first-child, .select-cat li,

View File

@ -14,11 +14,17 @@
@import (reference) "definitions.less";
div.dhtmlxMenu_egw_SubLevelArea_Polygon{
background: white;
border: 1px solid transparent;
border-radius: 2px;
table.dhtmlxMebu_SubLevelArea_Tbl{
tr.sub_item {
td.sub_item_icon {
.img_filter_gray;
}
td.sub_item_hk div.sub_item_hk {
color: #373f3f;
}
}
tr.sub_item_selected {
td.sub_item_icon {
@ -27,5 +33,8 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon{
background-color: @egw_color_1_a !important;
background-image: none !important;
}
div.sub_sep {
border-top: 1px solid #E6E6E6;
}
}
}

View File

@ -2959,6 +2959,11 @@ table.table_passord_change td:first-child {
* @package pixelegg
* @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
*/
div.dhtmlxMenu_egw_SubLevelArea_Polygon {
background: white;
border: 1px solid transparent;
border-radius: 2px;
}
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");
@ -2971,6 +2976,9 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
filter: gray;
/* IE 6-9 */
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item td.sub_item_hk div.sub_item_hk {
color: #373f3f;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected {
background-color: #ffc200 !important;
background-image: none !important;
@ -2987,6 +2995,9 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
filter: gray;
/* IE 6-9 */
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.sub_sep {
border-top: 1px solid #E6E6E6;
}
/**
* EGroupware: Stylite Pixelegg template
*