egroupware/filemanager/templates/pixelegg/app.css

78 lines
2.1 KiB
CSS
Raw Normal View History

2013-11-18 20:31:54 +01:00
/**
* 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 {
2013-11-20 09:41:17 +01:00
background-color: #0b5fa4 !important;
2013-11-18 20:31:54 +01:00
color: #FFF;
text-shadow: none;
2013-11-27 08:21:32 +01:00
/* height: auto;*/
2013-11-18 20:31:54 +01:00
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: "+";
2013-11-27 08:21:32 +01:00
font-size: 1.5em;
2013-11-18 20:31:54 +01:00
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
// #####################################################*/
2013-11-27 08:21:32 +01:00
#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);
}