Drawer not following CSS with newest update
xi-pinmping opened this issue · 2 comments
Morning Piotr,
Unironically loving the updates we've been getting on this, but on the latest drawer update. I believe I still have default colors for it, black but slightly transparent. Its a sleek look ngl. But now it appears blue-ish and slightly transparent. I have confirmed it is selected to use preset-0, and the following is the code for that file and a screenshot of what it looks like now.
window {
background-color: rgba (20, 20, 20, 0.95);
color: #eeeeee
}
/* search entry */
entry {
background-color: rgba (0, 0, 0, 0.2)
}
button, image {
background: none;
border: none
}
button:hover {
background-color: rgba (255, 255, 255, 0.1)
}
/* in case you wanted to give category buttons a different look */
#category-button {
margin: 0 10px 0 10px
}
#pinned-box {
padding-bottom: 5px;
border-bottom: 1px dotted gray
}
#files-box {
padding: 5px;
border: 1px dotted gray;
border-radius: 15px
}
Not sure if this is caused by something I did but it shouldn't be as I haven't been making any changes in this area at all lately. Thanks for providing this great suite!
Actually after another update and a couple reboots it is fixed, not sure the issue as no nwg packages were updated. Must've been a weird dependency thing.
But now it appears blue-ish and slightly transparent.
This looks like the default drawer.css
.