Skip to content

Commit

Permalink
fix evoflat dark pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola1971 authored Dec 9, 2017
1 parent 0327f05 commit 15277af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/plugins/dashboarddoclist/css/list_flat.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ span.footable-toggle {display:inline-block;width:20px;cursor:pointer;}
/*DARK*/
.dark #DashboardList td a.notinmenu {color:#bcbec0;}
.dark #DashboardList td .weblinkicon {color:#bcbec0;}
.dark .footable .pagination > li > a {border-color:#202329; background-color:#383F48}
.dark .footable .pagination > li > a {border-color:var(--dark-grey); background-color:var(--default-grey); color: #fff;}

.dark .footable .pagination > li > a:hover,
.dark .footable .pagination > li > span:hover,
.dark .footable .pagination > li > a:focus,
.dark .footable .pagination > li > span:focus {
color: #fff;
border-color:#202329; background-color:#383F48
border-color:var(--dark-grey); background-color:var(--medium-grey)
}

.dark .footable .pagination > .active > a,
Expand All @@ -79,7 +79,7 @@ span.footable-toggle {display:inline-block;width:20px;cursor:pointer;}
.dark .footable .pagination > .active > a:focus,
.dark .footable .pagination > .active > span:focus {
color: #fff;
background-color: #1377c5;
background-color: var(--main-color);
border-color:#202329;
}
.dark #DashboardList .table.data tbody tr { background-color: transparent;border:none; }
Expand Down

0 comments on commit 15277af

Please sign in to comment.