Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
sidekick
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Privat - Marco Schmiedel
sidekick
Commits
74f358de
Commit
74f358de
authored
Jul 11, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - datatable css WIP
parent
3abde1d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
35 deletions
+47
-35
Config.php
src/Views/Limitless/Datatable/Config.php
+1
-0
datatable.css
src/Views/Limitless/Datatable/datatable.css
+46
-35
No files found.
src/Views/Limitless/Datatable/Config.php
View file @
74f358de
...
...
@@ -53,6 +53,7 @@
'Attachments/exporting/buttons.print.min.js'
,
'Attachments/datatables.init.js'
,
'Attachments/datatables.init.css'
,
'datatable.css'
]
];
}
...
...
src/Views/Limitless/Datatable/datatable.css
View file @
74f358de
.
table.dataTable.no-footer
{
border
:
0px
!important
;
.
dataTables_filter
label
,
.dataTables_length
label
{
color
:
#aaa
;
}
.DatatableSearch
{
bo
rder
:
1px
solid
#888888
;
table
.dataTable.display
>
tbody
>
tr
.odd
>
.sorting_1
{
bo
x-shadow
:
inset
0
0
0
9999px
rgb
(
0
0
0
/
20%
)
;
}
.DatatableFilter
{
border
:
1px
solid
#888888
;
margin
:
5px
;
table
.dataTable.display
>
tbody
>
tr
.even
>
.sorting_1
{
box-shadow
:
inset
0
0
0
9999px
rgb
(
0
0
0
/
10%
);
}
.dataTable
tbody
td
{
vertical-align
:
middle
;
text-align
:
center
;
}
/*.table.dataTable.no-footer {*/
/* border: 0px!important;*/
/*}*/
.dataTable
tbody
td
{
vertical-align
:
middle
;
text-align
:
center
;
}
/*.DatatableSearch {*/
/* border: 1px solid #888888;*/
/*}*/
.table
thead
:first-child
tr
:first-child
th
{
border-top
:
1px
solid
#ddd
;
}
/*.DatatableFilter {*/
/* border: 1px solid #888888;*/
/* margin: 5px;*/
/*}*/
.table
thead
th
{
vertical-align
:
middle
;
border-bottom
:
1px
solid
#b7b7b7
;
}
/*.dataTable tbody td {*/
/* vertical-align: middle;*/
/* text-align: center;*/
/*}*/
.dataTable
thead
th
{
padding-right
:
2.5rem
;
font-weight
:
500
;
padding
:
.75rem
1.25rem
;
}
/*.dataTable tbody td {*/
/* vertical-align: middle;*/
/* text-align: center;*/
/*}*/
.dataTable
{
border-collapse
:
collapse
!important
;
}
/*.table thead:first-child tr:first-child th {*/
/* border-top: 1px solid #ddd;*/
/*}*/
.c8tableBody
{
width
:
100%
;
overflow-x
:
auto
;
}
/*.table thead th {*/
/* vertical-align: middle;*/
/* border-bottom: 1px solid #b7b7b7;*/
/*}*/
/*.dataTable thead th {*/
/* padding-right: 2.5rem;*/
/* font-weight: 500;*/
/* padding: .75rem 1.25rem;*/
/*}*/
/*.dataTable {*/
/* border-collapse: collapse!important;*/
/*}*/
/*.c8tableBody {*/
/* width: 100%;*/
/* overflow-x: auto;*/
/*}*/
table
.fixedHeader-floating
{
position
:
fixed
!important
;
background-color
:
white
}
table
.fixedHeader-floating.no-footer
{
border-bottom-width
:
0
}
table
.fixedHeader-locked
{
position
:
absolute
!important
;
background-color
:
white
}
@media
print
{
table
.fixedHeader-floating
{
display
:
none
}}
\ No newline at end of file
/*table.fixedHeader-floating{position:fixed !important;background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}}*/
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment