styles(smarttable): fix styles for the admin panel tables

This commit is contained in:
nixa 2016-08-23 11:38:45 +03:00
parent 8b93999ba9
commit 056104a2a7
4 changed files with 17 additions and 16 deletions

View file

@ -316,8 +316,8 @@ th {
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: $primary;
border-color: $border;
background-color: rgba(0,0,0,.3)!important;
border-color: $border!important;
}
.pagination > li > a:hover,
@ -328,6 +328,11 @@ th {
color: $default-text;
}
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
background-color: rgba(255,255,255,.1);
color: $default-text;
}
.editable-buttons .btn-with-icon i {
margin-right: 0;
}

View file

@ -27,6 +27,7 @@ $font-thin: 100;
$font-light: 300;
$font-normal: 400;
$font-bold: 700;
$font-bolder: 500;
$font-ultraBold: 900;
$facebook-color: #3b5998;