Skip to content

Commit

Permalink
fix(css): Fix the styling of the data tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Rawks committed Nov 3, 2023
1 parent d70c791 commit 7017bec
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Resources/Public/Css/FeUsersDataTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@
background-image: url('/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-view-paging-last.svg');
}



/* NEW STUFF */

.form-inline {
display: grid;
grid-template-columns: max-content max-content;
Expand Down Expand Up @@ -168,10 +164,6 @@ div[id$="table_filter"] > label > input {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGcgZmlsbD0iY3VycmVudENvbG9yIj48cGF0aCBkPSJNNy41ODYgOCA0LjA1IDExLjUzNmwuNzA3LjcwN0w5IDggNC43NTcgMy43NTdsLS43MDcuNzA3ek0xMCA0aDF2OGgtMXoiLz48L2c+PC9zdmc+");
}

/* div[id$="table_paginate"] {
display: grid;
grid-template-columns: repeat(5, auto);
} */
div[id$="table_paginate"] > span > span,
.dataTables_paginate > span > span {
display: none;
Expand All @@ -184,6 +176,3 @@ div[id$="table_paginate"] > .paginate_button,
.dataTables_paginate > .paginate_button {
padding: 9px 13px;
}
/* * {
background-color: skyblue;
} */

0 comments on commit 7017bec

Please sign in to comment.