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,7 @@
|
||||||
/* Add slight margin, rounding and outline to Browser pane */
|
/* Add slight margin, rounding and outline to Browser pane */
|
||||||
#tabbrowser-tabbox browser {
|
#tabbrowser-tabbox browser {
|
||||||
--border-size: 0.5px;
|
--border-size: 0.5px;
|
||||||
--margin-size-top-left: 2px;
|
--margin-size-top-left: 4px;
|
||||||
--margin-size-bottom-right: 6px;
|
--margin-size-bottom-right: 6px;
|
||||||
--rounding-size: 8px;
|
--rounding-size: 8px;
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
#navigator-toolbox {
|
#navigator-toolbox {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
margin-top: -32px;
|
margin-top: -38px;
|
||||||
|
|
||||||
|
z-index: 6 !important;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
@ -10,14 +11,14 @@
|
||||||
|
|
||||||
& * {
|
& * {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
transition: opacity 0.25s !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigator-toolbox:hover, #navigator-toolbox:active, #navigator-toolbox:focus, #navigator-toolbox:focus-within {
|
#navigator-toolbox:hover, #navigator-toolbox:active, #navigator-toolbox:focus, #navigator-toolbox:focus-within {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
top: 32px;
|
top: 38px;
|
||||||
|
|
||||||
z-index: 6 !important;
|
|
||||||
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
|
||||||
|
|
||||||
& * {
|
& * {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue