Commit 445439cc authored by yann300's avatar yann300

contextview styling

parent 111800b4
......@@ -41,7 +41,7 @@ class ContextView {
}
render () {
const view = yo`<div class="${css.contextview} ${css.contextviewcontainer} badge badge-info font-weight-bold border-top-0">
const view = yo`<div class="${css.contextview} ${css.contextviewcontainer} badge badge-secondary border-top-0">
<div class=${css.container}>
${this._renderTarget()}
</div>
......
......@@ -2,8 +2,8 @@ var csjs = require('csjs-inject')
var css = csjs`
.contextview {
opacity : 0.5;
}
opacity : 1;
}
.container {
padding : 1px 15px;
}
......@@ -47,7 +47,7 @@ var css = csjs`
position : absolute;
top : 35px;
z-index : 50;
left : 50%;
left : 40%;
border-radius : 1px;
border : 2px solid var(--secondary);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment