diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-16 17:22:03 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-16 17:22:03 +0200 |
commit | 68029115225f0914ee6fd0ef74ac5d8bff05b99c (patch) | |
tree | 20099d09a1005b8309a434d017e1945a85b76c21 | |
parent | bca1dcf2d6e243ca803e590168305ed5a232d923 (diff) | |
download | volse-hubzilla-68029115225f0914ee6fd0ef74ac5d8bff05b99c.tar.gz volse-hubzilla-68029115225f0914ee6fd0ef74ac5d8bff05b99c.tar.bz2 volse-hubzilla-68029115225f0914ee6fd0ef74ac5d8bff05b99c.zip |
put the green back in the panel background
-rw-r--r-- | view/theme/greenzero/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/view/theme/greenzero/style.css b/view/theme/greenzero/style.css index ec15b736e..51fcc09ae 100644 --- a/view/theme/greenzero/style.css +++ b/view/theme/greenzero/style.css @@ -5,6 +5,12 @@ a:link, a:visited { color: #549f4f; text-decoration: none; } a:hover {text-decoration: underline; } +.nav-selected.nav-link { color: #549f4f!important; border-bottom: 0px} +.nav-commlink, .nav-login-link {background-color: #aed3b2;} +.nav-commlink:link, .nav-commlink:visited, +.nav-login-link:link, .nav-login-link:visited{ + color: #ffffff; +} body { background-image: url(head.jpg); } aside( background-image: url(border.jpg); } @@ -12,12 +18,6 @@ section { background-image: url(border.jpg); } #profile-tabs-wrapper { background-image: url(head.jpg); } div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); } - -.nav-commlink, .nav-login-link { - background-color: #aed3b2; - -} - .fakelink, .fakelink:visited { color: #549f4f; } |