close #266 Fixed: CSS fault with dashboard date picker (Firefox)

This commit is contained in:
cuneytsenturk 2018-07-19 13:01:11 +03:00
parent 2a1252e6fc
commit 5a4bed7e04
7 changed files with 17 additions and 6 deletions

11
public/css/app.css vendored
View File

@ -662,3 +662,14 @@ input[type="number"] {
border-bottom: 20px solid transparent;
border-left: 20px solid #ecf0f5;
}
@-moz-document url-prefix() {
.show-calendar .calendar-table .table-condensed > tbody > tr > td,
.show-calendar .calendar-table .table-condensed > tbody > tr > th,
.show-calendar .calendar-table .table-condensed > tfoot > tr > td,
.show-calendar .calendar-table .table-condensed > tfoot > tr > th,
.show-calendar .calendar-table .table-condensed > thead > tr > td,
.show-calendar .calendar-table .table-condensed > thead > tr > th {
padding: 0;
}
}

View File

@ -24,7 +24,7 @@
<!-- Select2 -->
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/select2/select2.min.css') }}">
<!-- App style -->
<link rel="stylesheet" href="{{ asset('public/css/app.css?v=1.2') }}">
<link rel="stylesheet" href="{{ asset('public/css/app.css?v=1.2.12') }}">
<link rel="stylesheet" href="{{ asset('public/css/akaunting-green.css?v=1.2') }}">
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">

View File

@ -17,7 +17,7 @@
<!-- AdminLTE Skins -->
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/dist/css/skins/skin-green-light.min.css') }}">
<!-- App style -->
<link rel="stylesheet" href="{{ asset('public/css/app.css') }}">
<link rel="stylesheet" href="{{ asset('public/css/app.css?v=1.2.12') }}">
<link rel="stylesheet" href="{{ asset('public/css/akaunting-green.css') }}">
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">

View File

@ -19,7 +19,7 @@
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/dist/css/skins/_all-skins.min.css') }}">
<!-- App style -->
<link rel="stylesheet" href="{{ asset('public/css/app.css') }}">
<link rel="stylesheet" href="{{ asset('public/css/app.css?v=1.2.12') }}">
<style type="text/css">
* {

View File

@ -26,7 +26,7 @@
<!-- Select2 -->
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/select2/select2.min.css') }}">
<!-- App style -->
<link rel="stylesheet" href="{{ asset('public/css/app.css?v=1.2') }}">
<link rel="stylesheet" href="{{ asset('public/css/app.css?v=1.2.12') }}">
<link rel="stylesheet" href="{{ asset('public/css/akaunting-green.css?v=1.2') }}">
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">

View File

@ -19,7 +19,7 @@
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/dist/css/skins/_all-skins.min.css') }}">
<!-- App style -->
<link rel="stylesheet" href="{{ asset('public/css/app.css') }}">
<link rel="stylesheet" href="{{ asset('public/css/app.css?v=1.2.12') }}">
<style type="text/css">
* {

View File

@ -24,7 +24,7 @@
<!-- Select2 -->
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/select2/select2.min.css') }}">
<!-- App style -->
<link rel="stylesheet" href="{{ asset('public/css/app.css?v=1.0.7') }}">
<link rel="stylesheet" href="{{ asset('public/css/app.css?v=1.2.12') }}">
<link rel="stylesheet" href="{{ asset('public/css/akaunting-green.css?v=1.0.7') }}">
<link rel="stylesheet" href="{{ asset('public/css/modules.css?v=1.0.7') }}">