diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-30 13:48:34 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-30 13:48:34 +0200 |
commit | 5ced7f2bc57176f399d8964183bfe453b1b91eff (patch) | |
tree | cd6e839d95b415f965a91bcf5b1a877f21cbd26a /view/theme/diabook-blue | |
parent | bcc58016089c5e5c0e1e5e247d9253b4ac664c2c (diff) | |
download | volse-hubzilla-5ced7f2bc57176f399d8964183bfe453b1b91eff.tar.gz volse-hubzilla-5ced7f2bc57176f399d8964183bfe453b1b91eff.tar.bz2 volse-hubzilla-5ced7f2bc57176f399d8964183bfe453b1b91eff.zip |
add themes diabook-red & diabook-aerith
Diffstat (limited to 'view/theme/diabook-blue')
-rwxr-xr-x | view/theme/diabook-blue/communityhome.tpl | 2 | ||||
-rw-r--r-- | view/theme/diabook-blue/style-network.css | 2 | ||||
-rw-r--r-- | view/theme/diabook-blue/style-profile.css | 2 | ||||
-rw-r--r-- | view/theme/diabook-blue/style.css | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 00a59eec0..cff75cd40 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -36,7 +36,7 @@ <a class="$nv.directory.2" href="$nv.directory.0" style="margin-left: 10px; " title="$nv.directory.3" >$nv.directory.1</a><br> <a class="$nv.match.2" href="$nv.match.0" style="margin-left: 10px; " title="$nv.match.3" >$nv.match.1</a><br> <a class="$nv.suggest.2" href="$nv.suggest.0" style="margin-left: 10px; " title="$nv.suggest.3" >$nv.suggest.1</a><br> -<a class="$nv.invite.2" href="$nv.invite.0" style="margin-left: 10px; " title="$nav.invite.3" >$nv.invite.1</a> +<a class="$nv.invite.2" href="$nv.invite.0" style="margin-left: 10px; " title="$nv.invite.3" >$nv.invite.1</a> $nv.search {{ endif }} </div> diff --git a/view/theme/diabook-blue/style-network.css b/view/theme/diabook-blue/style-network.css index d2e7744e5..28e93cd67 100644 --- a/view/theme/diabook-blue/style-network.css +++ b/view/theme/diabook-blue/style-network.css @@ -797,7 +797,7 @@ ul.menu-popup a { text-decoration: none; } ul.menu-popup a:hover { - background-color: #14618a; /*bdcdd4;*/ + background-color: #308DBF; /*bdcdd4;*/ color: #fff; } ul.menu-popup .menu-sep { diff --git a/view/theme/diabook-blue/style-profile.css b/view/theme/diabook-blue/style-profile.css index 29ab2a7b9..3d255db4e 100644 --- a/view/theme/diabook-blue/style-profile.css +++ b/view/theme/diabook-blue/style-profile.css @@ -798,7 +798,7 @@ ul.menu-popup a { text-decoration: none; } ul.menu-popup a:hover { - background-color: #14618a; /*bdcdd4;*/ + background-color: #308DBF; /*bdcdd4;*/ color: #fff; } ul.menu-popup .menu-sep { diff --git a/view/theme/diabook-blue/style.css b/view/theme/diabook-blue/style.css index 16ebe9986..21ba66ec7 100644 --- a/view/theme/diabook-blue/style.css +++ b/view/theme/diabook-blue/style.css @@ -795,7 +795,7 @@ ul.menu-popup a { text-decoration: none; } ul.menu-popup a:hover { - background-color: #14618a; /*bdcdd4;*/ + background-color: #308DBF; /*bdcdd4;*/ color: #fff; } ul.menu-popup .menu-sep { |