summaryrefslogtreecommitdiff
path: root/views/default/n1_theme
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-09-07 05:38:31 +0200
committerSem <sembrestels@riseup.net>2012-09-07 05:38:31 +0200
commit8874fc61471d4c518eec3b6a29955f4e8952c54e (patch)
treed145c8e7615ef793dfb25a160d2653cc90a2e94e /views/default/n1_theme
parent372d4557fb49fc902aa9dc359650bf125b7b71d8 (diff)
downloadsaravea_theme-8874fc61471d4c518eec3b6a29955f4e8952c54e.tar.gz
saravea_theme-8874fc61471d4c518eec3b6a29955f4e8952c54e.tar.bz2
Fixed some CSS issues.
Diffstat (limited to 'views/default/n1_theme')
-rw-r--r--views/default/n1_theme/css.php13
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;
}