mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-10 06:31:50 +00:00
- Color changes to The Team list.
This commit is contained in:
parent
a522da3ab1
commit
2527a51f53
2 changed files with 3 additions and 3 deletions
|
@ -128,7 +128,7 @@ table.table1 tbody tr {
|
|||
}
|
||||
|
||||
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
|
||||
background-color: #1c1f26;
|
||||
background-color: #30353d;
|
||||
color: #999a9a;
|
||||
}
|
||||
|
||||
|
@ -137,7 +137,7 @@ table.table1 td {
|
|||
}
|
||||
|
||||
table.table1 tbody td {
|
||||
border-top-color: #090909;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
table.table1 tbody th {
|
||||
|
|
|
@ -355,7 +355,7 @@ table.table1 thead th {
|
|||
font-weight: normal;
|
||||
text-transform: uppercase;
|
||||
color: #FFFFFF;
|
||||
line-height: 1.3em;
|
||||
line-height: 1.8em;
|
||||
font-size: 1em;
|
||||
padding: 0 0 4px 3px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue