mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
button colors fix
This commit is contained in:
parent
5cfa0b8fa5
commit
5afdbaca32
1 changed files with 8 additions and 0 deletions
|
|
@ -286,6 +286,14 @@ button.progress-button {
|
|||
}
|
||||
}
|
||||
|
||||
.ng2, .blur {
|
||||
.dropdown button.btn.btn-default.dropdown-toggle {
|
||||
&:focus, &:active {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bootstrap-select {
|
||||
.dropdown-toggle:focus {
|
||||
outline: none !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue