mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 14:09:03 +00:00
rename bg_popup to bg_card for side panel
This commit is contained in:
parent
1f88c043dc
commit
e78d6c2965
@ -135,7 +135,7 @@
|
|||||||
right: 14px;
|
right: 14px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
background: var(--theme--bg_popup);
|
background: var(--theme--bg_card);
|
||||||
box-shadow: var(--theme--ui_shadow, rgba(15, 15, 15, 0.05)) 0px 0px 0px 1px,
|
box-shadow: var(--theme--ui_shadow, rgba(15, 15, 15, 0.05)) 0px 0px 0px 1px,
|
||||||
var(--theme--ui_shadow, rgba(15, 15, 15, 0.1)) 0px 3px 6px,
|
var(--theme--ui_shadow, rgba(15, 15, 15, 0.1)) 0px 3px 6px,
|
||||||
var(--theme--ui_shadow, rgba(15, 15, 15, 0.2)) 0px 9px 24px !important;
|
var(--theme--ui_shadow, rgba(15, 15, 15, 0.2)) 0px 9px 24px !important;
|
||||||
@ -150,7 +150,7 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
--scoped--bg: var(--theme--bg_popup);
|
--scoped--bg: var(--theme--bg_card);
|
||||||
background: var(--scoped--bg);
|
background: var(--scoped--bg);
|
||||||
}
|
}
|
||||||
#enhancer--panel-header:hover,
|
#enhancer--panel-header:hover,
|
||||||
|
Loading…
Reference in New Issue
Block a user