egroupware/filemanager/templates/pixelegg/app.less

162 lines
3.5 KiB
Plaintext
Raw Normal View History

2013-11-18 20:31:54 +01:00
/**
* EGroupware: CSS with less preprocessor
*
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";
@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
/*// #####################################################*/
/*Dialog filemanager*/
2013-11-18 20:31:54 +01:00
2013-11-27 08:21:32 +01:00
#filemanager-select{
2013-12-12 21:27:35 +01:00
.dialogHeader{
2013-12-12 21:27:35 +01:00
.et2_button_icon{
margin: 4px 4px 0 4px;
2013-12-30 18:34:29 +01:00
.bordered (@gray_0, @gray_0, @gray_0, @gray_0);
2013-12-12 21:27:35 +01:00
.rounded (3px);
2013-12-30 18:34:29 +01:00
background-color: @gray_0;
2013-12-12 21:27:35 +01:00
height: auto;
width: 24px;
}
.selectPathContainer {
overflow: auto;
width: 470px;
margin-top: 0px;
2013-12-12 21:27:35 +01:00
height: 32px;
input {height: 20px;}
2013-11-27 08:21:32 +01:00
}
2013-12-12 21:27:35 +01:00
}
#filemanager-select_apps{
2013-12-30 18:34:29 +01:00
.background_color_15_gray;
2013-12-12 21:27:35 +01:00
.et2_button_icon{
height: auto;
width: 24px;
padding: 10px;
}
}
table#filemanager-select_dir{
2013-11-27 08:21:32 +01:00
.border_normal;
2013-12-30 18:34:29 +01:00
tr:nth-child(even) {background: @color_even;}
tr:nth-child(odd) {background: @color_odd;}
2013-12-12 21:27:35 +01:00
}
2013-11-27 08:21:32 +01:00
}
2013-11-18 20:31:54 +01:00
2014-01-18 18:52:26 +01:00
/*// #####################################################*/
/*Dialog filemanager edit POPUP WINDOW*/
2014-01-18 18:52:26 +01:00
div#filemanager-file_tabs {
span.ui-icon-search {
2014-01-18 18:52:26 +01:00
.Complete_Button_Icon_normal;
position: relative;
top: 3px;
margin-left: 3px;
2014-01-18 18:52:26 +01:00
&:hover {.Complete_Button_Icon_hover;}
&:active {.Complete_Button_Icon_active;}
}
2014-01-18 18:52:26 +01:00
/*eacl*/
#filemanager-file_filemanager-file-eacl{
2014-01-18 18:52:26 +01:00
/*Owner*/
td.filemanager-file_filemanager-file-eaclowner{
2014-01-18 18:52:26 +01:00
span {display: flex; margin-right: 1px;}
span.ui-icon-search {
2014-01-18 18:52:26 +01:00
position: relative;
top: 15px;
margin-left: -3px;
margin-right: 3px;
}
2014-01-18 18:52:26 +01:00
}
2014-01-18 18:52:26 +01:00
}
2014-01-18 18:52:26 +01:00
/*Abonements*/
td.eaclAccount {width: 200px;}
}
/*// #####################################################*/
/*Dialog filemanager upload POPUP WINDOW*/
2014-01-18 18:52:26 +01: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;}
2014-01-18 18:52:26 +01:00
}
2014-01-18 18:52:26 +01:00
div.progress {width: 0px;}
}
2014-01-18 18:52:26 +01:00
2014-06-12 16:50:22 +02:00
// 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
}
2013-11-18 20:31:54 +01:00