From 5d35d458a95d9f018273e3a4c61b99b77c50fa22 Mon Sep 17 00:00:00 2001 From: foockinho Date: Fri, 24 Aug 2012 04:06:48 +0200 Subject: changed search highlight colors, breadcrumbs margin, elgg-output line height, profile menu wrapper style --- views/default/n1_theme/css.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (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 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; } -- cgit v1.2.3