nwg-drawer style
This commit is contained in:
parent
6bb3af223e
commit
207eadf610
@ -1,34 +1,47 @@
|
|||||||
@import url("machiatto.css");
|
@import url("machiatto.css");
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: "DejaVu Sans";
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
background-color: shade(@base, 0.9);
|
background-color: shade(@base, 0.9);
|
||||||
color: #eeeeee;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* search entry */
|
/* search entry */
|
||||||
entry {
|
entry {
|
||||||
box-shadow: 0 0 6px 5px #2e3440;
|
box-shadow: 0 0 6px 5px #2e3440;
|
||||||
background-color: rgba (0, 0, 0, 0.2);
|
background-color: @surface0;
|
||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
image {
|
image {
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
text-shadow: none;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: rgba (255, 255, 255, 0.1);
|
background-color: @surface1;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:focus {
|
button:focus {
|
||||||
background-color: #5e81ac;
|
background-color: @surface1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* in case you wanted to give category buttons a different look */
|
/* in case you wanted to give category buttons a different look */
|
||||||
#category-button {
|
#category-button {
|
||||||
margin: 0 10px 0 10px;
|
margin: 0 10px 0 10px;
|
||||||
|
color: @flamingo;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#category-button:hover {
|
||||||
|
background-color: @surface0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pinned-box {
|
#pinned-box {
|
||||||
|
Loading…
Reference in New Issue
Block a user