egroupware_official/filemanager/templates/pixelegg/app.less
2013-11-27 07:21:32 +00:00

88 lines
11 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* EGroupware: CSS with less preprocessor
*
* 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 filemanager
* @version $Id$
*/
@import (reference) "../../../pixelegg/less/def_buttons.less";
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
/*/*****************************************************************
// sidebar
*/// defind in layout_raster.less /*
/*//******************************************************************
// iframe*/
#filemanager-index{
.et2_file{
.Complete_Button_add;
&:before{font-size: 1em;}
color: #fff;
height: auto;
&:hover {
.Complete_Button_add_hover;
}
#filemanager-index_upload {border: none;}
}
#filemanager-index_tarp {
width: 32px !important;
height: 32px !important;
}
} // iframe
/*// Dialog filemanager
// #####################################################*/
#filemanager-select{
.dialog-header{
.et2_button_icon{
height: auto;
width: 24px;
}
}
#filemanager-select_apps{
.background-color-15-gray;
.et2_button_icon{
height: auto;
width: 24px;
padding: 10px;
}
}
#filemanager-select_dir{
.border_normal;
}
}
// Ende filemanager