Minor tweaks to improve some looks here and there.
This commit is contained in:
parent
735e50b485
commit
bc151e5d5b
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
#navigator-toolbox {
|
||||
opacity: 0;
|
||||
margin-top: -32px;
|
||||
margin-top: -38px;
|
||||
|
||||
z-index: 6 !important;
|
||||
|
||||
position: relative;
|
||||
top: 0px;
|
||||
|
@ -10,14 +11,14 @@
|
|||
|
||||
& * {
|
||||
opacity: 0;
|
||||
transition: opacity 0.25s !important;
|
||||
}
|
||||
}
|
||||
|
||||
#navigator-toolbox:hover, #navigator-toolbox:active, #navigator-toolbox:focus, #navigator-toolbox:focus-within {
|
||||
opacity: 1;
|
||||
top: 32px;
|
||||
top: 38px;
|
||||
|
||||
z-index: 6 !important;
|
||||
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
|
||||
|
||||
& * {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue