mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
17 lines
295 B
CSS
17 lines
295 B
CSS
/* info: Dark stylesheet */
|
|
|
|
tr.first a, th a {
|
|
color: rgb(198, 198, 198);
|
|
}
|
|
|
|
thead tr {
|
|
|
|
background-color: rgb(54, 54, 54);
|
|
background-image: linear-gradient(to bottom, rgb(68, 68, 68), rgb(34, 34, 34));
|
|
border: 1px solid rgb(3, 3, 3);
|
|
}
|
|
|
|
.adminlist tr > td {
|
|
|
|
min-height:50px;
|
|
} |