mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fixing SpeedDial styles
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
4efc584d46
commit
e3bc528ef0
@ -5,5 +5,20 @@
|
|||||||
|
|
||||||
.MuiFab-primary {
|
.MuiFab-primary {
|
||||||
background-color: var(--blue);
|
background-color: var(--blue);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: #317bb3;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.MuiTooltip-popper {
|
||||||
|
.MuiTooltip-tooltip {
|
||||||
|
background-color: #222;
|
||||||
|
font-size: 12px
|
||||||
|
}
|
||||||
|
|
||||||
|
.MuiTooltip-arrow {
|
||||||
|
color: #222;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user