inital commit
This commit is contained in:
150
public/dist/css/karbarlist.css
vendored
Normal file
150
public/dist/css/karbarlist.css
vendored
Normal file
@@ -0,0 +1,150 @@
|
||||
body {
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
.zoom {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
transition: transform .2s;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.zoom:hover {
|
||||
-ms-transform: scale(3);
|
||||
/* IE 9 */
|
||||
-webkit-transform: scale(3);
|
||||
/* Safari 3-8 */
|
||||
transform: scale(3);
|
||||
}
|
||||
|
||||
.dropdown-submenu.pull-left>.dropdown-menu {
|
||||
left: -69% !important;
|
||||
margin-left: 10px;
|
||||
border-radius: 6px 0 6px 6px;
|
||||
}
|
||||
|
||||
.select2-search__field {
|
||||
font-size: 10px !important;
|
||||
}
|
||||
|
||||
.select2-results__options {
|
||||
font-size: 10px !important;
|
||||
}
|
||||
|
||||
.select2-selection__rendered {
|
||||
font-size: 10px !important;
|
||||
}
|
||||
|
||||
.select2-results__options::-webkit-scrollbar {
|
||||
background-color: rgb(178, 178, 178);
|
||||
border-radius: 10px;
|
||||
border: 4px solid rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
.select2-results__options::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
||||
background-color: rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background-color: #007bff !important;
|
||||
}
|
||||
|
||||
.select2-container {
|
||||
box-sizing: border-box;
|
||||
display: block !important;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--multiple {
|
||||
background-color: white;
|
||||
/* border: 1px solid #aaa; */
|
||||
border-radius: 4px;
|
||||
cursor: text;
|
||||
border: 1px solid #ced4da;
|
||||
}
|
||||
|
||||
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
||||
border-color: #80bdff;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.select2-container--default {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.parent-filter {
|
||||
width: 223px;
|
||||
min-height: 170px;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
left: 64px;
|
||||
box-shadow: 0 0 3px;
|
||||
top: 127px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
ul.show-perm {
|
||||
list-style-type: square;
|
||||
}
|
||||
|
||||
.modalstyle {
|
||||
border: 3px solid rgb(255, 92, 15);
|
||||
}
|
||||
|
||||
.modal-multi {
|
||||
z-index: 1052 !important;
|
||||
}
|
||||
|
||||
|
||||
/* .modal-backdrop.show:nth-of-type(even) {
|
||||
z-index: 1049 !important;
|
||||
}
|
||||
|
||||
.modal-backdrop.show:nth-of-type(odd) {
|
||||
z-index: 1049 !important;
|
||||
} */
|
||||
|
||||
.img-box {
|
||||
border: 1px solid #ccc;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
cursor: pointer;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.img-preview {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.btn-delete-img {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
table.dataTable tbody tr.selected {
|
||||
background-color: rgb(47, 125, 50);
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.validation-checker {
|
||||
border: 1px solid crimson !important;
|
||||
}
|
||||
Reference in New Issue
Block a user