mirror of
https://github.com/XploitWizer-Community/XploitSPY.git
synced 2024-11-05 18:09:22 +08:00
Update semantic.min.css
This commit is contained in:
parent
8a94b129be
commit
6c25978294
8
server/assets/webpublic/css/semantic.min.css
vendored
8
server/assets/webpublic/css/semantic.min.css
vendored
@ -23039,14 +23039,14 @@
|
|||||||
|
|
||||||
.ui.table {
|
.ui.table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #fff;
|
background: #000000;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
border: 1px solid rgba(34, 36, 38, .15);
|
border: 1px solid rgba(34, 36, 38, .15);
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-radius: .28571429rem;
|
border-radius: .28571429rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
color: rgba(0, 0, 0, .87);
|
color: #fff;
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 0
|
border-spacing: 0
|
||||||
}
|
}
|
||||||
@ -23072,9 +23072,9 @@
|
|||||||
|
|
||||||
.ui.table thead th {
|
.ui.table thead th {
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
background: #f9fafb;
|
background: #000000;
|
||||||
text-align: inherit;
|
text-align: inherit;
|
||||||
color: rgba(0, 0, 0, .87);
|
color: #fff;
|
||||||
padding: .92857143em .78571429em;
|
padding: .92857143em .78571429em;
|
||||||
vertical-align: inherit;
|
vertical-align: inherit;
|
||||||
font-style: none;
|
font-style: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user