Fix binkp remote closing connection, add/delete session details, menu item this system, minor CSS fixes, move system form editing to individual files
This commit is contained in:
14
public/oldschool/css/main.css
vendored
14
public/oldschool/css/main.css
vendored
@@ -594,12 +594,20 @@ tbody {
|
||||
margin-bottom:.5em
|
||||
}
|
||||
.monotable thead {
|
||||
color:#fff;
|
||||
background-color:#000
|
||||
}
|
||||
.monotable thead tr:first-child {
|
||||
border-top:1px solid #666;
|
||||
border-left:2px solid #666;
|
||||
border-right:2px solid #666;
|
||||
border-bottom:0;
|
||||
color:#fff;
|
||||
background-color:#000
|
||||
border-bottom:1px solid #666;
|
||||
}
|
||||
.monotable thead tr {
|
||||
border-top:1px solid #666;
|
||||
border-left:2px solid #666;
|
||||
border-right:2px solid #666;
|
||||
border-bottom: 0;
|
||||
}
|
||||
.monotable th {
|
||||
padding:.5em 1.5ch .4em;
|
||||
|
Reference in New Issue
Block a user