mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
Make tooltips use theme skin
This commit is contained in:
parent
bfe5262cb5
commit
ae923e7df1
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
.ember-attacher-tooltip {
|
.ember-attacher-tooltip {
|
||||||
font-size: 0.9rem !important;
|
font-size: 0.9rem !important;
|
||||||
padding: 0.5rem 0.75rem !important;
|
padding: 0.5rem 0.75rem !important;
|
||||||
background-color: map-get($gray-shades, 600) !important;
|
background-color: $theme-700 !important;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
background-color: map-get($gray-shades, 600) !important;
|
background-color: $theme-700 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue