forked from extern/egroupware
69 lines
10 KiB
Plaintext
69 lines
10 KiB
Plaintext
|
/**
|
|||
|
* 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
|
|||
|
// #####################################################*/
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
// Ende filemanager |