Adding Laravel Project
This commit is contained in:
10004
public/css/app.css
vendored
Normal file
10004
public/css/app.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
20
public/css/ships.css
vendored
Normal file
20
public/css/ships.css
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
body {
|
||||
background-color: lightgrey;
|
||||
}
|
||||
|
||||
.table {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting:after,
|
||||
table.dataTable thead .sorting:before,
|
||||
table.dataTable thead .sorting_asc:after,
|
||||
table.dataTable thead .sorting_asc:before,
|
||||
table.dataTable thead .sorting_asc_disabled:after,
|
||||
table.dataTable thead .sorting_asc_disabled:before,
|
||||
table.dataTable thead .sorting_desc:after,
|
||||
table.dataTable thead .sorting_desc:before,
|
||||
table.dataTable thead .sorting_desc_disabled:after,
|
||||
table.dataTable thead .sorting_desc_disabled:before {
|
||||
bottom: .5em;
|
||||
}
|
Reference in New Issue
Block a user