Zaktualizuj 'style/tasks.css'
This commit is contained in:
parent
c50e401e5d
commit
fa98c77fd5
@ -26,13 +26,13 @@
|
||||
}
|
||||
|
||||
.header a.active {
|
||||
background-color: #fb2525;
|
||||
background-color: #3300CC;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.header a.active:hover {
|
||||
cursor: pointer;
|
||||
background: #ffc107;
|
||||
background: #000099;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
|
||||
.addform {
|
||||
overflow: hidden;
|
||||
background-color: black;
|
||||
background-color: #222222;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
border: none;
|
||||
outline: none;
|
||||
height: 40px;
|
||||
background: #fb2525;
|
||||
background: #3300CC;
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
border-radius: 20px;
|
||||
@ -74,28 +74,30 @@
|
||||
|
||||
.addform input[type="submit"]:hover {
|
||||
cursor: pointer;
|
||||
background: #ffc107;
|
||||
background: #000099;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.done-button {
|
||||
display: inline-block;
|
||||
font-size: 0.8em;
|
||||
background-color: #d9dfe1;
|
||||
color: #363639;
|
||||
background-color: #66CC99;
|
||||
color: #006633;
|
||||
padding: 2px 4px;
|
||||
border: 0;
|
||||
opacity: 0.4;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.delete-button {
|
||||
display: inline-block;
|
||||
font-size: 0.8em;
|
||||
background-color: #FF6666;
|
||||
color: #CC0000;
|
||||
background-color: #FF0066;
|
||||
color: black;
|
||||
padding: 2px 4px;
|
||||
border: 0;
|
||||
opacity: 0.4;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.todo {
|
||||
|
Loading…
Reference in New Issue
Block a user