New backup 2025-07-01 12:45:02

This commit is contained in:
Penelope Gwen 2025-07-01 12:45:02 -07:00
parent 2b8a11460a
commit 7faf0ed504

View file

@ -28,13 +28,17 @@ box#body {
background-color: rgba(50, 50, 50, 0.5); background-color: rgba(50, 50, 50, 0.5);
border-radius: 10px; border-radius: 10px;
padding: 50px; padding: 50px;
outline: none;
border: none;
box-shadow: none;
} }
entry,combobox * { entry,combobox * {
background: rgba(50, 50, 50, 0.3); background-color: rgba(50, 50, 50, 0.3);
color: rgba(250, 250, 250, 1); color: rgba(250, 250, 250, 1);
outline: none; outline: none;
border: 0px solid #ffffff; border: none;
box-shadow: none;
} }
entry.text { entry.text {
@ -48,11 +52,14 @@ entry.text {
}*/ }*/
button { button {
background-image: none; background-image: none;
margin: 0px; margin-left: 10px;
padding: 10px; padding: 10px;
background-color: #ffffff; background-color: rgba(50, 50, 50, 0.3);
color: #000000; color: #000000;
border-radius: 18px; border-radius: 10px;
box-shadow: none;
outline: none;
border: none;
} }
button > label { button > label {
color: #000000; color: #000000;