mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
67 lines
1.7 KiB
Plaintext
Executable File
67 lines
1.7 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) "../../../pixelegg/less/def_mobile.less";
|
|
@import (less) "../default/app.css";
|
|
|
|
|
|
@media all {
|
|
|
|
// ADMIN in SIDEBAR
|
|
div.dhtmlxTree {
|
|
// selected Item
|
|
td.standartTreeRow {
|
|
span.selectedTreeRow { background-color: @color_selected_row; color: @gray_90;}
|
|
}
|
|
}
|
|
/* #############################################################################
|
|
// iframe
|
|
// Rahmen + padding**/
|
|
|
|
/*################## iframe ####################*/
|
|
/*# # #*/
|
|
/*# # #*/
|
|
/*# # ADMIN #*/
|
|
/*# # #*/
|
|
/*# # #*/
|
|
/*# # #*/
|
|
/*##############################################*/
|
|
|
|
|
|
/**
|
|
* Give space to both contact view & infolog list
|
|
*/
|
|
|
|
iframe#admin-index_iframe {
|
|
background-color: transparent;
|
|
|
|
#admin-categories-index{padding: 10px;}
|
|
|
|
table.egwGridView_grid tr td {color: #000;}
|
|
|
|
} // iframe
|
|
|
|
// gray Filter for images
|
|
table.egwGridView_grid img {
|
|
/*filter grey*/
|
|
.img_filter_none;
|
|
}
|
|
|
|
#admin-account-delete .dialogFooterToolbar .et2_button_delete {
|
|
margin-left: 0;
|
|
}
|
|
}
|