2013-08-25 09:55:25 +00:00
|
|
|
h3 {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2013-08-04 18:15:56 +00:00
|
|
|
.grub-close {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:hover .grub-close {
|
|
|
|
display: block;
|
|
|
|
}
|
2013-08-20 19:04:37 +00:00
|
|
|
|
|
|
|
#grub-list {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grub-item {
|
|
|
|
cursor: default;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grub-item:active {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: rgb(71, 73, 73);
|
|
|
|
}
|
|
|
|
|
|
|
|
.completed {
|
|
|
|
text-decoration: line-through;
|
|
|
|
color: #a9a9a9;
|
|
|
|
}
|