From 1bf93916dbf22ba8e51261c5f364781ee3c9bcc2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 26 Mar 2015 23:51:58 -0700 Subject: adjust category auto-complete background color (blue) to match the blue we use for buttons. It was a completely unrelated shade of blue and looked out of place. --- view/theme/redbasic/css/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a87907fd3..ca324a89e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2305,6 +2305,9 @@ aside .nav > li > a:hover, aside .nav > li > a:focus { right: 0px; background-color: #337AB7; } +.label-info { + background-color: #337AB7; +} .channels_ckbx, .pending_ckbx, .users_ckbx { margin-top: -5px !important; -- cgit v1.2.3