Converted operation arguments to material design

This commit is contained in:
n1474335 2018-06-10 12:03:55 +01:00
parent 27b0505ede
commit 2bacd6424d
14 changed files with 186 additions and 262 deletions

View file

@ -32,6 +32,10 @@
-webkit-font-smoothing: antialiased;
}
.form-group {
margin-bottom: 0;
}
/*
button,
a:focus {
@ -95,17 +99,16 @@ a:focus {
border-radius: 0 !important;
}*/
.btn.dropdown-toggle {
height: 34px;
}
input[type="search"] {
-webkit-appearance: searchfield;
appearance: searchfield;
box-shadow: none;
}
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: searchfield-cancel-button;
appearance: searchfield-cancel-button;
}
.modal {