egroupware_official/admin/templates/pixelegg/app.less
Nathan Gray 5a2c3a530d Set some styles for customfields
- Limit cf option size in nextmatch row to max of ~10 lines
- Limit type option size to max of 300 px
2014-11-24 17:06:06 +00:00

133 lines
2.8 KiB
Plaintext
Executable File

/**
* EGroupware: CSS with less preprocessor
* ADMIN
*
* 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 addressbook
* @version $Id$
*/
@import (reference) "../../../pixelegg/less/definitions.less";
@import (reference) "../default/app.css";
@media all {
// ADMIN in SIDEBAR
div.dhtmlxTree {
// selected Item
td.standartTreeRow {
span.selectedTreeRow { background-color: @egw_color_1_e; color: @gray_90;}
}
}
/* #############################################################################
// iframe
// Rahmen + padding**/
/*################## iframe ####################*/
/*# # #*/
/*# # #*/
/*# # ADMIN #*/
/*# # #*/
/*# # #*/
/*# # #*/
/*##############################################*/
/**
* Give space to both contact view & infolog list
*/
iframe#admin-index_iframe{
background-color: transparent;
/*.egwGridView_scrollarea { min-height: 500px;}*/
#admin-categories-index{
padding: 10px;
table.et2_grid {
#admin-categories-index_nm {
div.egwGridView_outer{
td.frame {
}
}
}
}
}
table.egwGridView_grid tr td {color: #000;}
} // iframe
// gray Filter for images
table.egwGridView_grid img {
/*filter grey*/
.img_filter_none;
}
// #############################################################################
// Dialog ADMIN
/*###########################################
# #
# dialogHeader #
#############################################
# #
# #
# #
# #
# #
# dialog #
# #
# #
#############################################
# #
# buttons #
# #
# #
##############################################*/
#admin-categories-index{
padding: 10px;
}
} // Media
//
//