mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Updated dashboard
Updated styling so that table cells will no longer wrap its content to new lines. Its container will still allow users to scroll to left and right, so this works better than forcing a minimum width.
This commit is contained in:
parent
ab1d8907c3
commit
ceda9e67f7
@ -13,7 +13,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="libs/bulma/bulma.min.css?v=8FbubjpYRC">
|
||||
<link rel="stylesheet" type="text/css" href="libs/fontello/fontello.css?v=qXMCPUL26R">
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css?v=vZEyc9zyh6">
|
||||
<link rel="stylesheet" type="text/css" href="css/dashboard.css?v=qXMCPUL26R">
|
||||
<link rel="stylesheet" type="text/css" href="css/dashboard.css?v=kCjupdRSXT">
|
||||
<script type="text/javascript" src="libs/sweetalert/sweetalert.min.js?v=8FbubjpYRC"></script>
|
||||
<script type="text/javascript" src="libs/axios/axios.min.js?v=8FbubjpYRC"></script>
|
||||
<script type="text/javascript" src="libs/clipboard.js/clipboard.min.js?v=8FbubjpYRC"></script>
|
||||
|
@ -69,46 +69,10 @@ html {
|
||||
color: #bdc3c7;
|
||||
}
|
||||
|
||||
.table {
|
||||
color: #bdc3c7;
|
||||
background-color: #31363b;
|
||||
}
|
||||
|
||||
.table tr:hover,
|
||||
.table.is-striped tbody tr:nth-child(2n) {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.table.is-striped tbody tr:hover,
|
||||
.table.is-striped tbody tr:nth-child(2n):hover,
|
||||
.tag {
|
||||
background-color: #4d4d4d;
|
||||
}
|
||||
|
||||
.table thead td,
|
||||
.table thead th {
|
||||
color: #eff0f1;
|
||||
background-color: #ff3860;
|
||||
}
|
||||
|
||||
.table th {
|
||||
color: #eff0f1;
|
||||
height: 2.25em;
|
||||
}
|
||||
|
||||
.table td,
|
||||
.table th {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.menu-list li ul {
|
||||
border-left-color: #898b8d;
|
||||
}
|
||||
|
||||
.table {
|
||||
font-size: .75rem;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
display: flex;
|
||||
width: 200px;
|
||||
@ -196,6 +160,36 @@ html {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.table-container > table {
|
||||
min-width: 650px;
|
||||
.table {
|
||||
color: #bdc3c7;
|
||||
background-color: #31363b;
|
||||
font-size: .75rem;
|
||||
}
|
||||
|
||||
.table tr:hover,
|
||||
.table.is-striped tbody tr:nth-child(2n) {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.table.is-striped tbody tr:hover,
|
||||
.table.is-striped tbody tr:nth-child(2n):hover,
|
||||
.tag {
|
||||
background-color: #4d4d4d;
|
||||
}
|
||||
|
||||
.table thead td,
|
||||
.table thead th {
|
||||
color: #eff0f1;
|
||||
background-color: #ff3860;
|
||||
}
|
||||
|
||||
.table th {
|
||||
color: #eff0f1;
|
||||
height: 2.25em;
|
||||
}
|
||||
|
||||
.table td,
|
||||
.table th {
|
||||
border: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user