summaryrefslogtreecommitdiff
path: root/views/default/n1_theme/css.php
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-08-24 04:06:48 +0200
committerfoockinho <foockinho@lorea.org>2012-08-24 04:06:48 +0200
commit5d35d458a95d9f018273e3a4c61b99b77c50fa22 (patch)
treed5999fedee8b26d2ce6a78b3cd5f05ee0b54014a /views/default/n1_theme/css.php
parent65ca1bd124c8ccd33a88f4b391f672eeb300abcd (diff)
downloadsaravea_theme-5d35d458a95d9f018273e3a4c61b99b77c50fa22.tar.gz
saravea_theme-5d35d458a95d9f018273e3a4c61b99b77c50fa22.tar.bz2
changed search highlight colors, breadcrumbs margin, elgg-output line height, profile menu wrapper style
Diffstat (limited to 'views/default/n1_theme/css.php')
-rw-r--r--views/default/n1_theme/css.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php
index 6ec0420..08e55bd 100644
--- a/views/default/n1_theme/css.php
+++ b/views/default/n1_theme/css.php
@@ -2,6 +2,26 @@
background-color: transparent;
}
+.profile-admin-menu-wrapper {
+ background-color: #eee;
+
+}
+
+.profile-admin-menu-wrapper a:hover {
+ background-color: #333;
+ color: #eee;
+ text-decoration: none;
+
+ -webkit-border-radius: 3px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+}
+
+.profile-admin-menu-wrapper li a {
+ background: none;
+ color: #333;
+}
+
.file-photo {
margin-top: 15px;
}