egroupware/admin/templates/pixelegg/app.css

78 lines
2.5 KiB
CSS
Raw Normal View History

@import "../default/app.css";
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$
*/
@media all {
2014-07-16 13:29:16 +02:00
div.dhtmlxTree td.standartTreeRow span.selectedTreeRow {
background-color: #ffdd73;
color: #1e1e1e;
}
2013-12-18 05:33:59 +01:00
/* #############################################################################
// iframe
// Rahmen + padding**/
/*################## iframe ####################*/
/*# # #*/
/*# # #*/
/*# # ADMIN #*/
/*# # #*/
/*# # #*/
/*# # #*/
/*##############################################*/
/**
* Give space to both contact view & infolog list
*/
2013-12-19 04:14:47 +01:00
iframe#admin-index_iframe {
2014-01-14 09:20:32 +01:00
background-color: transparent;
/*.egwGridView_scrollarea { min-height: 500px;}*/
2013-12-18 05:33:59 +01:00
}
2014-01-23 09:44:49 +01:00
iframe#admin-index_iframe #admin-categories-index {
padding: 10px;
2013-12-18 05:33:59 +01:00
}
2014-02-18 09:11:14 +01:00
iframe#admin-index_iframe table.egwGridView_grid tr td {
color: #000;
}
2014-07-16 13:29:16 +02:00
table.egwGridView_grid img {
/*filter grey*/
/*filter grey*/
filter: none;
-webkit-filter: initial;
-moz-filter: initial;
-ms-filter: initial;
-o-filter: initial;
2014-07-16 13:29:16 +02:00
/*filter: url(grayscale.svg); Firefox 4+ */
filter: initial;
2014-07-16 13:29:16 +02:00
/* IE 6-9 */
}
2013-12-18 05:33:59 +01:00
/*###########################################
# #
2014-07-16 13:29:16 +02:00
# dialogHeader #
2013-12-18 05:33:59 +01:00
#############################################
# #
# #
# #
# #
# #
# dialog #
# #
# #
#############################################
# #
# buttons #
# #
# #
##############################################*/
2014-01-23 09:44:49 +01:00
#admin-categories-index {
padding: 10px;
2013-12-18 05:33:59 +01:00
}
}