mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update firefox css: sidebar shadow
This commit is contained in:
parent
00984f5c94
commit
78c1c656a1
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
:root {
|
||||
--color-background-dark: #1c1b22;
|
||||
--color-shadow: black;
|
||||
--color-shadow: grey;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,11 +13,12 @@
|
|||
> #sidebar:hover {
|
||||
min-width: 200px !important;
|
||||
max-width: 200px !important;
|
||||
box-shadow: 1px 0 10px var(--color-shadow);
|
||||
box-shadow: 1px 0 8px var(--color-shadow);
|
||||
}
|
||||
#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"]
|
||||
> #sidebar {
|
||||
transition: all 200ms;
|
||||
box-shadow: 1px 0 ThreeDShadow;
|
||||
}
|
||||
|
||||
/* 隐藏Sidebery侧边栏的头部 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue