forked from extern/egroupware
5a2c3a530d
- Limit cf option size in nextmatch row to max of ~10 lines - Limit type option size to max of 300 px
78 lines
2.5 KiB
CSS
Executable File
78 lines
2.5 KiB
CSS
Executable File
@import "../default/app.css";
|
|
/**
|
|
* 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$
|
|
*/
|
|
@media all {
|
|
div.dhtmlxTree td.standartTreeRow span.selectedTreeRow {
|
|
background-color: #ffdd73;
|
|
color: #1e1e1e;
|
|
}
|
|
/* #############################################################################
|
|
// 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;}*/
|
|
}
|
|
iframe#admin-index_iframe #admin-categories-index {
|
|
padding: 10px;
|
|
}
|
|
iframe#admin-index_iframe table.egwGridView_grid tr td {
|
|
color: #000;
|
|
}
|
|
table.egwGridView_grid img {
|
|
/*filter grey*/
|
|
/*filter grey*/
|
|
filter: none;
|
|
-webkit-filter: initial;
|
|
-moz-filter: initial;
|
|
-ms-filter: initial;
|
|
-o-filter: initial;
|
|
/*filter: url(grayscale.svg); Firefox 4+ */
|
|
filter: initial;
|
|
/* IE 6-9 */
|
|
}
|
|
/*###########################################
|
|
# #
|
|
# dialogHeader #
|
|
#############################################
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# #
|
|
# dialog #
|
|
# #
|
|
# #
|
|
#############################################
|
|
# #
|
|
# buttons #
|
|
# #
|
|
# #
|
|
##############################################*/
|
|
#admin-categories-index {
|
|
padding: 10px;
|
|
}
|
|
}
|