mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
78 lines
2.1 KiB
CSS
Executable File
78 lines
2.1 KiB
CSS
Executable File
/**
|
|
* 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$
|
|
*/
|
|
/*/*****************************************************************
|
|
// sidebar
|
|
|
|
*/
|
|
/*//******************************************************************
|
|
// iframe*/
|
|
#filemanager-index .et2_file {
|
|
background-color: #0b5fa4 !important;
|
|
color: #FFF;
|
|
text-shadow: none;
|
|
/* height: auto;*/
|
|
background-image: none !important;
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-top-left-radius: 20px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius-topleft: 20px;
|
|
border-radius: 3px;
|
|
border-top-left-radius: 20px;
|
|
color: #fff;
|
|
height: auto;
|
|
}
|
|
#filemanager-index .et2_file:before {
|
|
content: "+";
|
|
font-size: 1.5em;
|
|
color: #ffc200;
|
|
}
|
|
#filemanager-index .et2_file:before {
|
|
font-size: 1em;
|
|
}
|
|
#filemanager-index .et2_file:hover {
|
|
background-color: #66a1d2 !important;
|
|
color: #ffc200;
|
|
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-top-left-radius: 20px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius-topleft: 20px;
|
|
border-radius: 3px;
|
|
border-top-left-radius: 20px;
|
|
}
|
|
#filemanager-index .et2_file #filemanager-index_upload {
|
|
border: none;
|
|
}
|
|
#filemanager-index #filemanager-index_tarp {
|
|
width: 32px !important;
|
|
height: 32px !important;
|
|
}
|
|
/*// Dialog filemanager
|
|
// #####################################################*/
|
|
#filemanager-select .dialog-header .et2_button_icon {
|
|
height: auto;
|
|
width: 24px;
|
|
}
|
|
#filemanager-select #filemanager-select_apps {
|
|
background-color: #d9d9d9;
|
|
}
|
|
#filemanager-select #filemanager-select_apps .et2_button_icon {
|
|
height: auto;
|
|
width: 24px;
|
|
padding: 10px;
|
|
}
|
|
#filemanager-select #filemanager-select_dir {
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
}
|