mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-04 00:28:49 +01:00
styles(smarttable): fix styles for the admin panel tables
This commit is contained in:
parent
8b93999ba9
commit
056104a2a7
4 changed files with 17 additions and 16 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue