1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00

Make help question marks blue

This commit is contained in:
Hillel Coren 2018-04-17 21:52:14 +03:00
parent e1210cb960
commit 9ad6cae695
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1417,3 +1417,7 @@ div.panel-body div.panel-body {
padding-right:0;
padding-left:0;
}
.input-group-addon .glyphicon-question-sign {
color: #117cc1;
}