Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sarun Mungthanya
SpnPatch-Laravel
Commits
6ba75bf3
Commit
6ba75bf3
authored
Nov 13, 2024
by
Sarun Mungthanya
Browse files
update text black on table
parent
4f05b759
Changes
5
Show whitespace changes
Inline
Side-by-side
resources/views/livewire/pages/company/company-index.blade.php
View file @
6ba75bf3
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
@include('livewire.select-atleast-modal')
@include('livewire.select-atleast-modal')
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full overflow-x-auto"
x-data=
"pages.tables.initExample1"
>
<div
class=
"is-scrollbar-hidden min-w-full overflow-x-auto"
x-data=
"pages.tables.initExample1"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable w-full text-left"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable w-full text-left
text-black
"
>
<thead>
<thead>
<tr>
<tr>
<th
scope=
"col"
<th
scope=
"col"
...
...
resources/views/livewire/pages/group/group-index.blade.php
View file @
6ba75bf3
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
@include('livewire.select-atleast-modal')
@include('livewire.select-atleast-modal')
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full overflow-x-auto"
x-data=
"pages.tables.initExample1"
>
<div
class=
"is-scrollbar-hidden min-w-full overflow-x-auto"
x-data=
"pages.tables.initExample1"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable w-full text-left"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable w-full text-left
text-black
"
>
<thead>
<thead>
<tr>
<tr>
<th
scope=
"col"
<th
scope=
"col"
...
...
resources/views/livewire/pages/role/role-index.blade.php
View file @
6ba75bf3
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
@include('livewire.select-atleast-modal')
@include('livewire.select-atleast-modal')
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full overflow-x-auto"
x-data=
"pages.tables.initExample1"
>
<div
class=
"is-scrollbar-hidden min-w-full overflow-x-auto"
x-data=
"pages.tables.initExample1"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable w-full text-left"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable w-full text-left
text-black
"
>
<thead>
<thead>
<tr>
<tr>
<th
scope=
"col"
<th
scope=
"col"
...
...
resources/views/livewire/pages/send-patch/send-patch-index.blade.php
View file @
6ba75bf3
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
x-data=
"pages.tables.initExample1"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
x-data=
"pages.tables.initExample1"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left "
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left
text-black
"
>
<thead>
<thead>
<tr>
<tr>
<th
scope=
"col"
<th
scope=
"col"
...
...
resources/views/livewire/pages/user/user-index.blade.php
View file @
6ba75bf3
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"mx-3 mt-3 px-4"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
x-data=
"pages.tables.initExample1"
>
<div
class=
"is-scrollbar-hidden min-w-full table-responsive"
x-data=
"pages.tables.initExample1"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left border-b"
>
<table
aria-describedby=
"mydesc"
class=
"is-hoverable table w-full text-left border-b
text-black
"
>
<thead>
<thead>
<tr>
<tr>
<th
scope=
"col"
<th
scope=
"col"
...
...
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