Adds the company drop down to new pages

This commit is contained in:
2023-01-20 10:45:50 -08:00
parent 447ee308b1
commit 7a8267f09f
9 changed files with 60 additions and 87 deletions

View File

@@ -10974,12 +10974,6 @@ span[data-tooltip].has-tooltip-primary-two {
overflow: auto;
}
.typeahead input[disabeld] {
background-color: whitesmoke;
border-color: whitesmoke;
box-shadow: none;
}
.typeahead-suggestion {
display: block;
overflow: visible;
@@ -11043,4 +11037,23 @@ tbody tr.live-added {
border-width: 2.5px;
}
.autocomplete-suggestion {
display: block;
overflow: visible;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
}
.autocomplete-suggestion.highlighted, .autocomplete-suggestion:hover {
color: white;
text-decoration: none;
outline: 0;
background-color: #79b52e;
cursor: pointer;
}
/*# sourceMappingURL=bulma.min.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -469,3 +469,4 @@ table.balance-sheet th.total {
border-color: whitesmoke !important;
box-shadow: none;
}