diff options
author | friendica <info@friendica.com> | 2015-03-26 23:51:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-26 23:51:58 -0700 |
commit | 1bf93916dbf22ba8e51261c5f364781ee3c9bcc2 (patch) | |
tree | b25eb3822ffea69addb9b9327c2887fd7fea5e48 /view/theme/redbasic | |
parent | 0837e67a530804f85179908efec1ecbe02b33622 (diff) | |
download | volse-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/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
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; |