Adds the company drop down to new pages
This commit is contained in:
25
resources/public/css/bulma.min.css
vendored
25
resources/public/css/bulma.min.css
vendored
@@ -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
@@ -469,3 +469,4 @@ table.balance-sheet th.total {
|
||||
border-color: whitesmoke !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user