Skip to content

Commit d4d229c

Browse files
committed
added styles tables
1 parent 2dc9096 commit d4d229c

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed
Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
11
.links-menu{
2-
color: #3BD671 !important;
2+
color: white !important;
3+
font-weight: 700;
4+
5+
}
6+
/* #table_id_filter{
7+
display: none;
8+
} */
9+
#table_id_filter label input, #table_id2_filter label input{
10+
border: none;
11+
}
12+
#table_id_filter, #table_id2_filter{
13+
margin-bottom: 5px;
14+
background-color: white;
15+
border-radius: 15px;
16+
padding-left: 14px;
17+
border: solid 1px;
18+
}
19+
.current{
20+
position: relative;
21+
line-height: 1.25;
22+
background: #fff !important;
23+
border-radius: 24px !important;
24+
}
25+
#table_id2_info,#table_id_info{
26+
display: none;
27+
}
28+
#table_id,#table_id2{
29+
border-radius: 15px;
30+
background-color: white;
31+
-webkit-box-shadow: -1px 7px 5px -3px rgb(107 104 107 / 64%);
32+
-moz-box-shadow: -1px 7px 5px -3px rgba(107, 104, 107, 0.64);
33+
box-shadow: -1px 7px 5px -3px rgb(107 104 107 / 64%);
34+
}
35+
.even{
36+
border: 0px;
37+
}
38+
.dataTables_length{
39+
display: none;
340
}

0 commit comments

Comments
 (0)