mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-11 10:13:55 -06:00
Fixed colors in visits table
This commit is contained in:
parent
1e460d3ef7
commit
bc82e7e7fd
@ -4,6 +4,7 @@
|
|||||||
.visits-table {
|
.visits-table {
|
||||||
margin: 1.5rem 0 0;
|
margin: 1.5rem 0 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.visits-table__header-cell {
|
.visits-table__header-cell {
|
||||||
|
|||||||
@ -95,7 +95,7 @@ const VisitsTable = ({
|
|||||||
}, [ searchTerm ]);
|
}, [ searchTerm ]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<table className="table table-striped table-bordered table-hover table-sm table-responsive-sm visits-table">
|
<table className="table table-bordered table-hover table-sm table-responsive-sm visits-table">
|
||||||
<thead className="visits-table__header">
|
<thead className="visits-table__header">
|
||||||
<tr>
|
<tr>
|
||||||
<th
|
<th
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user