From 9739e825b451ef0ca0457f8d06a1c54cf54a0586 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 17 May 2013 10:43:00 +0100 Subject: [PATCH] Style tweaks for giffmex themes --- themes/giffmex/blue/styles.tid | 4 ++++ themes/giffmex/rocker/styles.tid | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/themes/giffmex/blue/styles.tid b/themes/giffmex/blue/styles.tid index f05cb9db0..64b264242 100644 --- a/themes/giffmex/blue/styles.tid +++ b/themes/giffmex/blue/styles.tid @@ -47,3 +47,7 @@ table th {color: #000;background-color:#eee;font-weight:normal;} table th {border-color:#000;} table td {border-color:#000;} table {border-color:#000;} + +.btn-mini { + color: #c0c0c0; +} diff --git a/themes/giffmex/rocker/styles.tid b/themes/giffmex/rocker/styles.tid index 5e62851d8..98e897ff2 100644 --- a/themes/giffmex/rocker/styles.tid +++ b/themes/giffmex/rocker/styles.tid @@ -43,3 +43,7 @@ table th {color: #000;background-color:#eee;font-weight:normal;} table th {border-color:#000;} table td {border-color:#000;} table {border-color:#000;} + +.sidebar-header { + color: #ccc; +}