From 8874fc61471d4c518eec3b6a29955f4e8952c54e Mon Sep 17 00:00:00 2001 From: Sem Date: Fri, 7 Sep 2012 05:38:31 +0200 Subject: Fixed some CSS issues. --- views/default/n1_theme/css.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'views/default/n1_theme/css.php') diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index 69e7d8b..544e289 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -38,16 +38,23 @@ background-color: #444; } +.elgg-task-icon { + box-shadow: none; +} + +.treeview a.selected { + background-color: transparent !important; +} + .tidypics-heading { - color: #FF4C12; - + color: #FF4C12; } .tidypics-heading:hover { color: #333; } - .tidypics-gallery .elgg-head { +.tidypics-gallery .elgg-head { margin: 10px; } -- cgit v1.2.3