mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
88 lines
11 KiB
Plaintext
88 lines
11 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
|
||
// #####################################################*/
|
||
#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 |