mirror of
https://github.com/react95-io/React95.git
synced 2026-04-26 03:00:18 -04:00
12 lines
166 B
CSS
12 lines
166 B
CSS
.TableRow {
|
|
height: 34px;
|
|
line-height: 34px;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 16px;
|
|
}
|
|
.TableBody .TableRow:hover {
|
|
background: #000080;
|
|
color: #fff;
|
|
}
|