mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
40 lines
774 B
CSS
40 lines
774 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;
|
|
}
|
|
|
|
.datepicker {
|
|
background-color: #191919;
|
|
}
|
|
|
|
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr:first-child th:hover {
|
|
|
|
background-color: #191919;
|
|
}
|
|
|
|
.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
|
|
background-color: rgb(54, 54, 54);
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
.bootstrap-select, bootstrap-select button
|
|
{
|
|
color: rgb(255, 255, 255);
|
|
background-color: rgb(34, 34, 34);
|
|
}
|
|
*/ |