File tree Expand file tree Collapse file tree 1 file changed +38
-1
lines changed
Expand file tree Collapse file tree 1 file changed +38
-1
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments