various updates
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
* {
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
font-family: "Fira Sans Semibold", 'Courier New', Courier, monospace;
|
||||
font-family: "Cantarell", 'Courier New', Courier, monospace;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: rgba(12, 12, 12, 0.8);
|
||||
background-color: rgba(12, 12, 12, 0.9);
|
||||
}
|
||||
|
||||
button {
|
||||
@ -23,7 +23,7 @@ button {
|
||||
button:focus, button:active, button:hover {
|
||||
color: #33CCFF;
|
||||
outline-style: none;
|
||||
font-family: "Fira Sans Bold";
|
||||
font-family: "Cantarell";
|
||||
}
|
||||
|
||||
#lock {
|
||||
@ -38,10 +38,6 @@ button:focus, button:active, button:hover {
|
||||
background-image: image(url("/home/paul/.config/wlogout/icons/suspend.png"), url("/usr/local/share/wlogout/icons/suspend.png"));
|
||||
}
|
||||
|
||||
#hibernate {
|
||||
background-image: image(url("/home/paul/.config/wlogout/icons/hibernate.png"), url("/usr/local/share/wlogout/icons/hibernate.png"));
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(url("/home/paul/.config/wlogout/icons/shutdown.png"), url("/usr/local/share/wlogout/icons/shutdown.png"));
|
||||
}
|
||||
@ -49,3 +45,7 @@ button:focus, button:active, button:hover {
|
||||
#reboot {
|
||||
background-image: image(url("/home/paul/.config/wlogout/icons/reboot.png"), url("/usr/local/share/wlogout/icons/reboot.png"));
|
||||
}
|
||||
|
||||
#windows {
|
||||
background-image: image(url("/home/paul/.config/wlogout/icons/windows.png"), url("/usr/local/share/wlogout/icons/windows.png"));
|
||||
}
|
||||
Reference in New Issue
Block a user