pretty
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
* {
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
font-family: 'SF Pro Display', 'Symbols Nerd Font';
|
||||
font-family: "SF Pro Display", "Symbols Nerd Font";
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
@@ -35,21 +35,15 @@ button:hover {
|
||||
}
|
||||
|
||||
#lock {
|
||||
background-image: image(
|
||||
url("~/config/config/wlogout/assets/lock.png")
|
||||
);
|
||||
background-image: image(url("~/config/config/wlogout/assets/lock.png"));
|
||||
}
|
||||
|
||||
#logout {
|
||||
background-image: image(
|
||||
url("~/config/config/wlogout/assets/logout.png")
|
||||
);
|
||||
background-image: image(url("~/config/config/wlogout/assets/logout.png"));
|
||||
}
|
||||
|
||||
#suspend {
|
||||
background-image: image(
|
||||
url("~/config/config/wlogout/assets/suspend.png")
|
||||
);
|
||||
background-image: image(url("~/config/config/wlogout/assets/suspend.png"));
|
||||
}
|
||||
|
||||
#hibernate {
|
||||
@@ -59,13 +53,9 @@ button:hover {
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(
|
||||
url("~/config/config/wlogout/assets/shutdown.png")
|
||||
);
|
||||
background-image: image(url("~/config/config/wlogout/assets/shutdown.png"));
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(
|
||||
url("~/config/config/wlogout/assets/reboot.png")
|
||||
);
|
||||
background-image: image(url("~/config/config/wlogout/assets/reboot.png"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user