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.

This commit is contained in:
friendica 2015-03-26 23:51:58 -07:00
parent 0837e67a53
commit 1bf93916db

View File

@ -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;