toolbar button tooltips
This commit is contained in:
parent
eaadafafb4
commit
9f2dec32d5
2 changed files with 20 additions and 6 deletions
|
|
@ -123,6 +123,15 @@ select.form-control:not([multiple]):not([size]) {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
.b-tooltip {
|
||||
opacity: 1;
|
||||
font-size: .7rem;
|
||||
}
|
||||
|
||||
.b-tooltip:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* custom elements */
|
||||
|
||||
.icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue