New backup 2025-07-01 12:30:02
This commit is contained in:
parent
8f8e8f65f7
commit
2b8a11460a
1 changed files with 17 additions and 2 deletions
|
@ -31,14 +31,29 @@ box#body {
|
|||
}
|
||||
|
||||
entry,combobox * {
|
||||
background: rgba(50, 50, 50, 1);
|
||||
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 {
|
||||
color: red;
|
||||
background-image: none;
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
border-radius: 18px;
|
||||
}
|
||||
button > label {
|
||||
color: #000000;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue