forked from kevinowino869/mitrobill
Merge pull request #289 from Focuslinkstech/Development
Fix disabled on table list in dark mode
This commit is contained in:
commit
4f969c787a
@ -81,7 +81,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
<div class="box box-primary box-solid">
|
<div class="box box-primary box-solid">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-bordered table-condensed">
|
<table class="table table-bordered table-condensed">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
<style>
|
<style>
|
||||||
/* New Customize Interface Start Here */
|
/* New Customize Interface Start Here */
|
||||||
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
|
||||||
|
|
||||||
body {
|
body {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@ -682,6 +683,21 @@
|
|||||||
border-bottom-left-radius: 21px;
|
border-bottom-left-radius: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark-mode .table>thead>tr>td.danger,
|
||||||
|
.dark-mode .table>thead>tr>th.danger,
|
||||||
|
.dark-mode .table>thead>tr.danger>td,
|
||||||
|
.dark-mode .table>thead>tr.danger>th,
|
||||||
|
.dark-mode .table>tbody>tr>td.danger,
|
||||||
|
.dark-mode .table>tbody>tr>th.danger,
|
||||||
|
.dark-mode .table>tbody>tr.danger>td,
|
||||||
|
.dark-mode .table>tbody>tr.danger>th,
|
||||||
|
.dark-mode .table>tfoot>tr>td.danger,
|
||||||
|
.dark-mode .table>tfoot>tr>th.danger,
|
||||||
|
.dark-mode .table>tfoot>tr.danger>td,
|
||||||
|
.dark-mode .table>tfoot>tr.danger>th {
|
||||||
|
background-color: #694760;
|
||||||
|
}
|
||||||
|
|
||||||
.dark-mode .panel-heading {
|
.dark-mode .panel-heading {
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
border-bottom: 1px solid transparent;
|
border-bottom: 1px solid transparent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user