From 700775abe4b3be4b30b7ccd04fa3c4cd6c78f0cc Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 8 Oct 2014 15:21:39 +0200 Subject: [PATCH] style .btn as blue text with gray border --- app/assets/stylesheets/zammad.css.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index c3df4e6d4..e62a9a780 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -1554,8 +1554,9 @@ footer { .btn:focus { font-size: 14px; padding: 10px 24px 9px; - color: #2c2d36; + color: hsl(202,68%,54%); background: white; + border-color: rgba(0,0,0,.1); outline: none; }