mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
feat(design): little tweaks for context menu box shadow
This commit is contained in:
parent
3085a4fcf2
commit
f67c9a23de
2 changed files with 2 additions and 1 deletions
|
@ -83,6 +83,7 @@ export default [
|
|||
properties: {
|
||||
'--color-highlight': '#ed5135',
|
||||
'--bg-image': `url(${bgDawn})`,
|
||||
'--color-bg-primary': '#1e2747',
|
||||
'--bg-position': 'center bottom'
|
||||
}
|
||||
},
|
||||
|
|
|
@ -277,7 +277,7 @@
|
|||
z-index: 1001;
|
||||
align-items: stretch;
|
||||
text-align: left;
|
||||
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.6), 0 2px 15px 4px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.3), 0 2px 15px 4px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1);
|
||||
|
||||
input[type="search"], input[type="text"], input[type="email"], input[type="url"] {
|
||||
background: var(--color-text-primary);
|
||||
|
|
Loading…
Reference in a new issue