From 9f44dbbb4893aafb3e79ae6bb799250929379d5e Mon Sep 17 00:00:00 2001 From: Michael Johnston Date: Mon, 5 Mar 2012 21:10:01 -0500 Subject: changed bg color around comment box from white to match page background, improved contrast on comment preview (darkzero) --- view/theme/darkzero/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/theme/darkzero') diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index fa0e254c7..3b395ff2a 100755 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -24,7 +24,8 @@ nav #banner #logo-text a { color: #ffffff; } .wall-item-content-wrapper { border: 1px solid #444444; } .wall-item-tools { background-color: #444444; background-image: none;} -.comment-edit-wrapper{ background-color: #333333; } +.comment-wwedit-wrapper{ background-color: #333333; } +.comment-edit-preview{ color: #000000; } .wall-item-content-wrapper.comment { background-color: #444444; border: 0px;} .photo-top-album-name{ background-color: #333333; } .photo-album-image-wrapper .caption { background-color: rgba(51, 51, 51, 0.8); color: #FFFFFF; } -- cgit v1.2.3 From 23460302f5e6b97a5e7b9d6038e77dc4c2d13033 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 5 Mar 2012 18:51:21 -0800 Subject: some admin page fixes and cleanup --- view/theme/darkzero/theme.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/theme/darkzero') diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php index 37632c4b5..839d862a1 100755 --- a/view/theme/darkzero/theme.php +++ b/view/theme/darkzero/theme.php @@ -4,6 +4,8 @@ * Name: Darkzero * Version: 1.0 * Author: Fabio Communi + * Maintainer: Fabio Communi + * Maintainer: Mike Macgirvin */ $a->theme_info = array( -- cgit v1.2.3