Added windows
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
min-width: 400px;
|
||||
}
|
||||
|
||||
thead {
|
||||
@@ -56,6 +57,27 @@ tfoot {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
div.left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
div.right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input {
|
||||
border: 1px solid #ddd;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
input:hover {
|
||||
background-color: #eff;
|
||||
}
|
||||
|
||||
input.current {
|
||||
background-color: #95b9c7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user