egroupware_official/filemanager/templates/pixelegg/app.css
2013-11-20 08:41:17 +00:00

63 lines
1.7 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: 35px;
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: 2em;
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
// #####################################################*/