Minor fixes from other projects
This commit is contained in:
parent
589aeb7289
commit
cbffda959d
@ -95,6 +95,10 @@ return [
|
|||||||
'driver' => 'monolog',
|
'driver' => 'monolog',
|
||||||
'handler' => NullHandler::class,
|
'handler' => NullHandler::class,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'emergency' => [
|
||||||
|
'path' => storage_path('logs/laravel.log'),
|
||||||
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
9
public/css/fixes.css
vendored
9
public/css/fixes.css
vendored
@ -43,14 +43,6 @@ table.dataTable thead .sorting {
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Login Box, icons when inputs disabled */
|
|
||||||
div.login-box .input-group-append .fa {
|
|
||||||
width: 2.5em;
|
|
||||||
}
|
|
||||||
div.login-box .input-group .input-group-append span.fa {
|
|
||||||
line-height: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#favourite.selected {
|
#favourite.selected {
|
||||||
color: orange;
|
color: orange;
|
||||||
}
|
}
|
||||||
@ -62,6 +54,7 @@ div.login-box .input-group .input-group-append span.fa {
|
|||||||
.card-header h3.card-title {
|
.card-header h3.card-title {
|
||||||
font-size: 1.0rem;
|
font-size: 1.0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user