59 lines
1,011 B
CSS
59 lines
1,011 B
CSS
window {
|
|
background-size: cover;
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
window#eDP-1 {
|
|
background-image: url("../../.cache/sway-profiles/lock/eDP-1.jpg");
|
|
}
|
|
|
|
window#DP-2 {
|
|
background-image: url("../../.cache/sway-profiles/lock/DP-2.jpg");
|
|
}
|
|
|
|
window#DP-3 {
|
|
background-image: url("../../.cache/sway-profiles/lock/DP-3.jpg");
|
|
}
|
|
|
|
window#HDMI-A-1 {
|
|
background-image: url("../../.cache/sway-profiles/lock/HDMI-A-1.jpg");
|
|
}
|
|
|
|
label {
|
|
color: rgba(250, 250, 250, 1);
|
|
}
|
|
|
|
box#body {
|
|
background-color: rgba(50, 50, 50, 0.5);
|
|
border-radius: 10px;
|
|
padding: 50px;
|
|
}
|
|
|
|
entry,combobox * {
|
|
background: rgba(50, 50, 50, 0.3);
|
|
color: rgba(250, 250, 250, 1);
|
|
outline: none;
|
|
border: 0px solid #ffffff;
|
|
}
|
|
|
|
entry.text {
|
|
color: rgba(250, 250, 250, 1);
|
|
}
|
|
|
|
/*button {
|
|
padding: 0px;
|
|
border: 0px solid #000000;
|
|
border-radius: 30px;
|
|
}*/
|
|
button {
|
|
background-image: none;
|
|
margin: 0px;
|
|
padding: 10px;
|
|
background-color: #ffffff;
|
|
color: #000000;
|
|
border-radius: 18px;
|
|
}
|
|
button > label {
|
|
color: #000000;
|
|
}
|