diff options
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; } |