From ce48cd46830a17853aac6b61edc4a2fae325bdb4 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 30 Jun 2010 10:55:25 +0200 Subject: [PATCH] fix button color for non-standard themes --- redakcja/static/css/toolbar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/redakcja/static/css/toolbar.css b/redakcja/static/css/toolbar.css index d1435407..7b968202 100644 --- a/redakcja/static/css/toolbar.css +++ b/redakcja/static/css/toolbar.css @@ -70,6 +70,7 @@ padding: 2px 5px; border: none; background: none; + color: #424242; } .toolbar .button_group button img { -- 2.20.1