diff options
author | foockinho <foockinho@lorea.org> | 2012-08-24 04:06:48 +0200 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-08-24 04:06:48 +0200 |
commit | 5d35d458a95d9f018273e3a4c61b99b77c50fa22 (patch) | |
tree | d5999fedee8b26d2ce6a78b3cd5f05ee0b54014a /views/default/n1_theme/css.php | |
parent | 65ca1bd124c8ccd33a88f4b391f672eeb300abcd (diff) | |
download | saravea_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.php | 20 |
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; } |