Merge remote-tracking branch 'origin/developer' into developer
This commit is contained in:
commit
6318b358d2
@ -100,10 +100,8 @@
|
||||
<a class="logo-img" href="index.html"><img src="img/app_icon.png" width=45px height=45px></a>
|
||||
<form class="om-searchbar" @submit.prevent="search()">
|
||||
<b-field>
|
||||
<b-autocomplete rounded v-model="searchtext" @keydown.native.enter="search" :data="filteredDataArray" placeholder="suche..." icon="magnify" @select="option => selected = option">
|
||||
<b-autocomplete v-model="searchtext" @keydown.native.enter="search" :data="filteredDataArray" placeholder="suche..." icon="magnify" @select="option => selected = option">
|
||||
</b-autocomplete>
|
||||
|
||||
|
||||
<button @click="clear">x</button>
|
||||
</b-field>
|
||||
</form>
|
||||
@ -125,7 +123,6 @@
|
||||
'efi',
|
||||
'wichtig',
|
||||
];
|
||||
|
||||
</script>
|
||||
|
||||
<script>
|
||||
@ -238,6 +235,7 @@
|
||||
console.log("searching: err: " + e + f + g);
|
||||
})
|
||||
}
|
||||
|
||||
function messages() {
|
||||
$.ajax({
|
||||
url: "api/msg/ids",
|
||||
@ -294,7 +292,6 @@
|
||||
},
|
||||
};
|
||||
*/
|
||||
|
||||
</script>
|
||||
|
||||
<!-- CDN_Vue.js minified lib -->
|
||||
|
@ -223,17 +223,19 @@ label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check
|
||||
}*/
|
||||
|
||||
|
||||
input.input.is-rounded{
|
||||
.om-searchbar input.input{
|
||||
border-radius: 0 !important;
|
||||
box-shadow: none !important;
|
||||
border-right: white;
|
||||
}
|
||||
|
||||
button.button.is-light{
|
||||
button.clearButton{
|
||||
border-radius: 0 !important;
|
||||
background-color: white;
|
||||
margin-left: -5px;
|
||||
border-color: #dbdbdb;
|
||||
border-left: white;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user