add todos
This commit is contained in:
@@ -66,14 +66,6 @@ window {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.minimized {
|
||||
background-color: rgba(50, 50, 50, 0.5);
|
||||
}
|
||||
|
||||
.restored {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 2px 5px;
|
||||
margin: 0 2px;
|
||||
@@ -96,6 +88,9 @@ popover {
|
||||
background-color: rgb(30, 30, 30);
|
||||
color: #ffffff;
|
||||
font-family: "IBMPlexSans-Regular", sans-serif;
|
||||
padding: 10px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #444444;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
@@ -111,9 +106,7 @@ tooltip {
|
||||
}
|
||||
|
||||
.todo-popover-container {
|
||||
padding: 10px;
|
||||
background-color: #1e1e1e;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.todo-input-area {
|
||||
|
||||
Reference in New Issue
Block a user