mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-29 21:58:49 +01:00
feat: update Nebular to 4.1.2 (#5451)
This commit is contained in:
parent
4febf1902c
commit
a2e93f9376
31 changed files with 728 additions and 1109 deletions
|
|
@ -4,52 +4,4 @@
|
|||
nb-card {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
ng2-smart-table ::ng-deep {
|
||||
.ng2-smart-action-add-add {
|
||||
background-color: nb-theme(button-filled-primary-background-color);
|
||||
border-color: nb-theme(button-filled-primary-border-color);
|
||||
color: nb-theme(button-filled-primary-text-color);
|
||||
|
||||
&:focus {
|
||||
border-color: nb-theme(button-filled-primary-focus-border-color);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: nb-theme(button-filled-primary-hover-background-color);
|
||||
border-color: nb-theme(button-filled-primary-hover-border-color);
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: nb-theme(button-filled-primary-active-background-color);
|
||||
border-color: nb-theme(button-filled-primary-active-border-color);
|
||||
}
|
||||
}
|
||||
|
||||
nav.ng2-smart-pagination-nav .pagination li {
|
||||
a, > span {
|
||||
background-color: transparent;
|
||||
color: nb-theme(button-outline-primary-text-color);
|
||||
|
||||
&:focus {
|
||||
border-color: nb-theme(button-outline-primary-focus-border-color);
|
||||
color: nb-theme(button-outline-primary-focus-text-color);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
border-color: nb-theme(button-outline-primary-hover-border-color);
|
||||
color: nb-theme(button-outline-primary-hover-text-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ng2-smart-pagination .page-item.disabled {
|
||||
.page-link,
|
||||
.page-link:focus,
|
||||
.page-link:hover {
|
||||
background-color: transparent;
|
||||
color: nb-theme(button-outline-primary-disabled-text-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue