Skip to content

Commit 3fa642b

Browse files
authored
Merge pull request #582 from CyanFox-Labs/v4-develop
2 parents 330f170 + 54a3a44 commit 3fa642b

File tree

3 files changed

+1
-193
lines changed

3 files changed

+1
-193
lines changed

app/Themes/PowerGridTheme.php

Lines changed: 0 additions & 158 deletions
This file was deleted.

resources/css/app.css

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -63,37 +63,3 @@
6363
border-color: var(--color-gray-200, currentColor);
6464
}
6565
}
66-
67-
/* PowerGrid Tables */
68-
#pg-footer {
69-
@apply dark:bg-neutral-900!;
70-
@apply bg-white!;
71-
}
72-
73-
#pg-header-export button {
74-
@apply dark:bg-neutral-900!;
75-
@apply dark:ring-neutral-700!;
76-
@apply bg-white!;
77-
}
78-
79-
#pg-header-export div {
80-
@apply dark:bg-neutral-900!;
81-
@apply bg-white!;
82-
@apply dark:ring-neutral-700!;
83-
}
84-
85-
[aria-label="Pagination Navigation"] div a {
86-
@apply dark:bg-neutral-900!;
87-
@apply bg-white!;
88-
}
89-
90-
[aria-label="Pagination Navigation"] div span {
91-
@apply dark:bg-neutral-800!;
92-
@apply bg-white!;
93-
@apply rounded-xs!;
94-
}
95-
96-
[aria-label="Pagination Navigation"] {
97-
@apply border border-white rounded-md!;
98-
@apply dark:border-neutral-700!;
99-
}

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"base": "4.1.0",
2+
"base": "4.1.1",
33
"dev": false
44
}

0 commit comments

Comments
 (0)