/** * EGroupware: Stylite Pixelegg template * * lettersearch * * Please do NOT change css-files directly, instead change less-files and compile them! * * @link http://www.egroupware.org * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @author Stefan Reinhard * @package pixelegg * @version $Id: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $ */ @import (reference) "definitions.less"; //############################################################################################################## /*dhtml Submenu ##########################################################*/ div.dhtmlxMenu_egw_SubLevelArea_Polygon{ table.dhtmlxMebu_SubLevelArea_Tbl{ tr.sub_item { td.sub_item_icon{ img[src*="svg"]{background-color: @gray_100; .gradient_vertical (@gray_90, @gray_90);} .img_filter_gray; } } tr.sub_item_selected { background-color: @egw_color_1_a !important; background-image: none !important;} } }