first commit

This commit is contained in:
2019-08-13 23:32:13 +02:00
commit 89ae9f3a3a
141 changed files with 168907 additions and 0 deletions

11
assets/css/bootstrap-select.css vendored Normal file
View File

@@ -0,0 +1,11 @@
a.dropdown-toggle, a.dropdown-toggle:hover {
text-decoration: none;
}
.dropdown a.dropdown-toggle {
color: gray;
}
.dropdown:hover a.dropdown-toggle, .open a.dropdown-toggle {
color: black;
}