egroupware_official/admin/templates/pixelegg/app.less

63 lines
1.6 KiB
Plaintext
Raw Normal View History

2013-12-18 05:33:59 +01:00
/**
* EGroupware: CSS with less preprocessor
2014-03-19 14:20:46 +01:00
* ADMIN
2013-12-18 05:33:59 +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 addressbook
* @version $Id$
*/
2014-07-16 13:29:16 +02:00
@import (reference) "../../../pixelegg/less/definitions.less";
@import (reference) "../../../pixelegg/less/def_mobile.less";
@import (less) "../default/app.css";
2013-12-18 05:33:59 +01:00
@media all {
2014-07-16 13:29:16 +02:00
// ADMIN in SIDEBAR
div.dhtmlxTree {
// selected Item
td.standartTreeRow {
span.selectedTreeRow { background-color: @egw_color_1_e; color: @gray_90;}
}
}
/* #############################################################################
// iframe
// Rahmen + padding**/
2014-07-16 13:29:16 +02:00
/*################## iframe ####################*/
/*# # #*/
/*# # #*/
/*# # ADMIN #*/
/*# # #*/
/*# # #*/
/*# # #*/
/*##############################################*/
2013-12-18 05:33:59 +01:00
2014-03-19 14:20:46 +01:00
/**
* Give space to both contact view & infolog list
*/
2014-03-19 14:20:46 +01:00
iframe#admin-index_iframe {
background-color: transparent;
2014-03-19 14:20:46 +01:00
#admin-categories-index{padding: 10px;}
2014-03-19 14:20:46 +01:00
table.egwGridView_grid tr td {color: #000;}
2014-03-19 14:20:46 +01:00
} // iframe
2014-03-19 14:20:46 +01:00
// gray Filter for images
2014-07-16 13:29:16 +02:00
table.egwGridView_grid img {
/*filter grey*/
.img_filter_none;
}
}