aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-26 23:51:58 -0700
committerfriendica <info@friendica.com>2015-03-26 23:51:58 -0700
commit1bf93916dbf22ba8e51261c5f364781ee3c9bcc2 (patch)
treeb25eb3822ffea69addb9b9327c2887fd7fea5e48 /view/theme
parent0837e67a530804f85179908efec1ecbe02b33622 (diff)
downloadvolse-hubzilla-1bf93916dbf22ba8e51261c5f364781ee3c9bcc2.tar.gz
volse-hubzilla-1bf93916dbf22ba8e51261c5f364781ee3c9bcc2.tar.bz2
volse-hubzilla-1bf93916dbf22ba8e51261c5f364781ee3c9bcc2.zip
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.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css3
1 files changed, 3 insertions, 0 deletions
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;