mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
c6527ff2a4
cleanup less files separate the definitions in different files merge them in definitions.less ### same with layout_ files / merge in layout_defintions.less # change all app.less files
52 lines
946 B
Plaintext
Executable File
52 lines
946 B
Plaintext
Executable File
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* SVG
|
|
*
|
|
* 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 <stefan.reinhard@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id$
|
|
*/
|
|
|
|
@import (reference) "definitions.less";
|
|
//##############################################################################################################
|
|
|
|
|
|
|
|
* {
|
|
fill: @gray_60;
|
|
/*stroke: @gray_50;*/
|
|
/*fill: @gray_0;*/
|
|
}
|
|
/*
|
|
svg#etemplate_navbar {
|
|
fill: @gray_40;
|
|
}
|
|
|
|
svg#infolog_navbar {
|
|
fill: @gray_40;
|
|
}
|
|
|
|
svg#admin_navbar {
|
|
fill: @gray_40;
|
|
}
|
|
|
|
.egw_fw_ui_tabs_header > svg * {
|
|
fill: @egw_color_2_a !important;
|
|
stroke: @gray_0 !important;
|
|
}
|
|
|
|
svg#sambaadmin_navbar {
|
|
fill: @gray_40;
|
|
}
|
|
|
|
svg#mail_navbar {
|
|
fill: @gray_40;
|
|
}*/
|
|
//
|
|
|
|
// |