egroupware/resources/templates/pixelegg/app.less

55 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-01-17 09:10:46 +01:00
/**
* EGroupware: CSS with less preprocessor
*
* Ressources
*
* Please do NOT change app.css directly, instead change app.less and compile it!
*
* @link http://www.egroupware.org
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @author Stefan Reinhardt <stefan.reinhardt@pixelegg.de>
* @package tracker
* @version $Id$
*/
@import (reference) "../../../pixelegg/less/def_buttons.less";
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
//******************************************************************
// sidebar
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header_active h1 {font-size: 1.15em !important;}
//**********************************
// main
// hinzufügen
button#resources-show_add{
.Complete_Button_add_only_plus;
background-color: @egw_color_2_a;
&:hover {.Complete_Button_add_only_plus_hover;}
&:active {background-color: @color_positive_action_active !important;}
}
// main
2014-01-17 12:53:31 +01:00
// Dialog Resources bearbeiten und alle weiteren
//
div#resources-edit {
margin: 0.5em;
}