mirror of
https://github.com/DMOJ/online-judge.git
synced 2024-11-25 16:32:37 +08:00
Fix user table CSS
This commit is contained in:
parent
9c513c2453
commit
61318c7e71
@ -12,10 +12,6 @@
|
||||
margin-bottom: 0.5em;
|
||||
background: rgba($color_primary100, 0.01);
|
||||
|
||||
&.striped tr:nth-child(even) {
|
||||
background: rgba($color_primary100, 0.03);
|
||||
}
|
||||
|
||||
th {
|
||||
height: 2em;
|
||||
color: $color_primary0;
|
||||
@ -62,3 +58,7 @@
|
||||
border-bottom-left-radius: $table_header_rounding;
|
||||
}
|
||||
}
|
||||
|
||||
.striped tr:nth-child(even) {
|
||||
background: rgba($color_primary100, 0.03);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user