Merge branch 'oauth3' of git.daplie.com:Daplie/walnut_launchpad into jon/tokens

This commit is contained in:
Jon Lambson 2017-08-25 09:37:38 -06:00
commit 45aa59706c
1 changed files with 2 additions and 3 deletions

View File

@ -20,8 +20,8 @@
background-color: #ffffff; background-color: #ffffff;
} }
.angucomplete-searching, .angucomplete-title { .angucomplete-searching, .angucomplete-title {
color: #acacac;
font-size: 14px; font-size: 14px;
color: #555;
} }
.angucomplete-description { .angucomplete-description {
font-size: 14px; font-size: 14px;
@ -33,6 +33,5 @@
clear: both; clear: both;
} }
.angucomplete-selected-row { .angucomplete-selected-row {
background-color: steelblue; background-color: #e5e5e5;
color: #ffffff;
} }