Add styles to make table rows more readable
This commit is contained in:
12
trunk/mt.php
12
trunk/mt.php
@@ -307,6 +307,18 @@ label {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
tr {
|
||||
border: 1px dashed darkGray;
|
||||
}
|
||||
|
||||
tr:hover {
|
||||
background-color: lightBlue;
|
||||
}
|
||||
|
||||
#errors {
|
||||
border: 1px solid firebrick;
|
||||
background: peachpuff;
|
||||
|
||||
Reference in New Issue
Block a user