diff options
Diffstat (limited to 'views/default/n1_theme')
-rw-r--r-- | views/default/n1_theme/css.php | 13 |
1 files changed, 10 insertions, 3 deletions
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; } |