-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
49 lines (43 loc) · 1.13 KB
/
custom.css
File metadata and controls
49 lines (43 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
select.form-control{
appearance: none;
-webkit-appearance: none;
background-image: url(assets/media/new-images/polygon.svg);
background-size: 15px;
background-position: calc(100% - 10px) 16px;
background-repeat: no-repeat;
}
.form-control[type="datetime-local"]{
-webkit-appearance: none;
appearance: none;
background-image: url(calendar.png);
background-repeat: no-repeat;
background-position: calc(100% - 10px) 12px;
background-size: 20px;
}
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=date]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.custom-table-wrapper {
border-top: 1px solid #ececec;
overflow: hidden;
}
.custom-table {
width: 100%;
}
.custom-table tr > td{
padding : 15px 10px;
border-bottom: 1px solid #ececec;
border-radius: 5px;
}
.custom-table tr > td:first-child{
border-left: 1px solid #ececec;
}
.custom-table tr > td:last-child{
border-right: 1px solid #ececec;
}
/* span.d-block.pl-8.active-content {
display: none !important;
} */