2013-11-18 20:31:54 +01:00
|
|
|
|
/**
|
|
|
|
|
* 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
|
|
|
|
|
// #####################################################*/
|
2013-11-27 08:21:32 +01:00
|
|
|
|
#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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-11-18 20:31:54 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Ende filemanager |