dotfiles/nwg-drawer/drawer.css
2024-05-14 20:04:52 +03:00

44 lines
657 B
CSS

@import url("machiatto.css");
window {
background-color: shade(@base, 0.9);
color: #eeeeee;
}
/* search entry */
entry {
box-shadow: 0 0 6px 5px #2e3440;
background-color: rgba (0, 0, 0, 0.2);
}
button,
image {
background: none;
border: none;
margin: 4px;
}
button:hover {
background-color: rgba (255, 255, 255, 0.1);
}
button:focus {
background-color: #5e81ac;
}
/* 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;
}