2013-11-18 20:31:54 +01:00
|
|
|
/**
|
|
|
|
* EGroupware: CSS with less preprocessor
|
2015-01-11 19:06:13 +01:00
|
|
|
*
|
2013-12-12 21:27:35 +01:00
|
|
|
* FILEMANAGER
|
2013-11-18 20:31:54 +01:00
|
|
|
*
|
|
|
|
* 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$
|
|
|
|
*/
|
|
|
|
|
2014-07-16 13:31:54 +02:00
|
|
|
|
|
|
|
@import (reference) "../../../pixelegg/less/definitions.less";
|
2015-12-09 16:49:41 +01:00
|
|
|
@import (reference) "../../../pixelegg/less/def_mobile.less";
|
2013-12-12 21:27:35 +01:00
|
|
|
@import (less) "../default/app.css";
|
2013-11-18 20:31:54 +01:00
|
|
|
|
|
|
|
/*/*****************************************************************
|
|
|
|
// sidebar
|
|
|
|
|
|
|
|
*/// defind in layout_raster.less /*
|
|
|
|
|
|
|
|
|
|
|
|
/*//******************************************************************
|
|
|
|
// iframe*/
|
|
|
|
|
2014-07-16 13:31:54 +02:00
|
|
|
// images .... uploaded files
|
|
|
|
table.egwGridView_grid img {
|
|
|
|
.img_filter_none;
|
|
|
|
}
|
|
|
|
|
|
|
|
// iframe
|
2013-11-18 20:31:54 +01:00
|
|
|
|
2014-01-18 18:52:26 +01:00
|
|
|
/*// #####################################################*/
|
2014-03-14 17:16:29 +01:00
|
|
|
/*Dialog filemanager*/
|
2013-11-18 20:31:54 +01:00
|
|
|
|
2016-04-06 18:43:51 +02:00
|
|
|
#filemanager-select {
|
|
|
|
.dialogHeader {
|
|
|
|
.et2_button_icon {
|
|
|
|
margin: 4px 4px 0 4px;
|
|
|
|
.bordered (@gray_0, @gray_0, @gray_0, @gray_0);
|
|
|
|
.rounded (3px);
|
|
|
|
background-color: @gray_0;
|
|
|
|
height: auto;
|
|
|
|
width: 24px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#filemanager-select_apps {
|
|
|
|
.background_color_15_gray;
|
|
|
|
.et2_button_icon{
|
|
|
|
height: auto;
|
|
|
|
width: 24px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
table#filemanager-select_dir{
|
|
|
|
.border_normal;
|
|
|
|
tr:nth-child(even) {background: @color_even;}
|
|
|
|
tr:nth-child(odd) {background: @color_odd;}
|
|
|
|
}
|
2013-11-27 08:21:32 +01:00
|
|
|
}
|
2013-11-18 20:31:54 +01:00
|
|
|
|
2014-01-18 18:52:26 +01:00
|
|
|
/*// #####################################################*/
|
2014-03-14 17:16:29 +01:00
|
|
|
/*Dialog filemanager edit POPUP WINDOW*/
|
2014-01-18 18:52:26 +01:00
|
|
|
|
|
|
|
div#filemanager-file_tabs {
|
2016-04-06 18:43:51 +02:00
|
|
|
span.ui-icon-search {
|
|
|
|
.Complete_Button_Icon_normal;
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
|
|
|
margin-left: 3px;
|
2019-11-01 18:59:05 +01:00
|
|
|
background-position: 3px;
|
2016-04-06 18:43:51 +02:00
|
|
|
}
|
|
|
|
/*eacl*/
|
|
|
|
#filemanager-file_filemanager-file-eacl {
|
|
|
|
/*Owner*/
|
|
|
|
td.filemanager-file_filemanager-file-eaclowner {
|
|
|
|
span {display: flex; margin-right: 1px;}
|
|
|
|
span.ui-icon-search {
|
|
|
|
position: relative;
|
|
|
|
top: 15px;
|
|
|
|
margin-left: -3px;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*Abonements*/
|
|
|
|
td.eaclAccount {width: 200px;}
|
2014-01-18 18:52:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/*// #####################################################*/
|
2014-03-14 17:16:29 +01:00
|
|
|
/*Dialog filemanager upload POPUP WINDOW*/
|
2014-01-18 18:52:26 +01:00
|
|
|
|
2016-04-06 18:43:51 +02:00
|
|
|
div#stylite-filemanager-upload {
|
|
|
|
margin: 0.5em;
|
|
|
|
.et2_file{
|
|
|
|
.dimension_height_m;
|
|
|
|
input {
|
|
|
|
color: @gray_0;
|
|
|
|
width: 250px;
|
|
|
|
background-color: @egw_color_2_a;
|
|
|
|
&:hover {.Complete_Button_add_only_plus_hover;}
|
|
|
|
&:active {background-color: @color_positive_action_active !important;}
|
|
|
|
}
|
|
|
|
div.progress {width: 0px;}
|
|
|
|
}
|
|
|
|
// th
|
|
|
|
.th {background: none;}
|
|
|
|
// Schliessen / Close
|
|
|
|
.dialogFooterToolbar {
|
|
|
|
button {
|
|
|
|
.Complete_Button_text_icon_before;
|
|
|
|
|
|
|
|
&:hover {background-color: @color_cancel_action_hover !important; color: @gray_100; .box_shadow_standard_light_hover;}
|
|
|
|
&:active {background-color: @color_cancel_action_active !important; color: @gray_100; .box_shadow_standard_light_inset;}
|
|
|
|
}
|
|
|
|
}
|
2014-01-18 18:52:26 +01:00
|
|
|
}
|
2017-09-26 18:41:57 +02:00
|
|
|
#filemanager-index_new_wrapper {
|
|
|
|
.ui-icon-triangle-1-s {
|
2020-03-18 11:59:16 +01:00
|
|
|
background-image: url(../../../pixelegg/images/add.svg);
|
2017-09-26 18:41:57 +02:00
|
|
|
background-size: 12px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
}
|
2013-11-18 20:31:54 +01:00
|
|
|
|