From 18983bb932209336aa4b0e804c936c74e37e4260 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 22 May 2012 19:14:58 +0100 Subject: [PATCH 1/2] Fix darkzero/ns BB icon background colours. --- view/theme/darkzero-NS/style.css | 8 ++++---- view/theme/darkzero/style.css | 9 +++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css index 1efe093ed..6dc788f35 100644 --- a/view/theme/darkzero-NS/style.css +++ b/view/theme/darkzero-NS/style.css @@ -146,11 +146,11 @@ blockquote { background:#444; } - - - - .wall-item-content { max-height: 20000px; overflow: none; +} + +.editicon:hover { + background-color: #ccc; } \ No newline at end of file diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 6f238bec6..e0155144d 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -146,3 +146,12 @@ blockquote { background:#444; } +.editicon { + background-color: #333; +} + +/* This seems okay to me...we might not need a new iconset, lets see how people react */ + +.editicon:hover { + background-color: #ccc; +} \ No newline at end of file From b962559570fe3a7381c7721a62989072661f01e9 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 22 May 2012 19:19:36 +0100 Subject: [PATCH 2/2] Oops - but lets commit the right revision, sorry. There's a spare line in the last one. --- view/theme/darkzero/style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index e0155144d..77650a91a 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -146,12 +146,7 @@ blockquote { background:#444; } +/* This seems okay to me...we might not need a new iconset, lets see how people react */ .editicon { background-color: #333; -} - -/* This seems okay to me...we might not need a new iconset, lets see how people react */ - -.editicon:hover { - background-color: #ccc; } \ No newline at end of file