|
|
@@ -122,6 +122,24 @@ footer p {
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
|
|
|
+.btn-table{
|
|
|
+ color:#fff;
|
|
|
+ background-color: #2196F3;
|
|
|
+ border-radius: 4px;
|
|
|
+ border-color: #2196F3;
|
|
|
+ text-shadow: none;
|
|
|
+ padding: 2px 4px 2px 6px;
|
|
|
+}
|
|
|
+.btn-table:hover {
|
|
|
+ color:#2196F3;
|
|
|
+ background-color: #fff;
|
|
|
+ border-color: #2196F3;
|
|
|
+}
|
|
|
+.btn-table:focus {
|
|
|
+ color:#2196F3;
|
|
|
+ background-color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
/* .statistic-panel{
|
|
|
margin: -15px -15px -30px -15px;
|
|
|
background-color: #ecf0f5;
|
|
|
@@ -146,8 +164,9 @@ footer p {
|
|
|
}
|
|
|
.table>thead>tr>th {
|
|
|
vertical-align: bottom;
|
|
|
- background-color: #d2d6de;
|
|
|
+ background-color: #61707D;
|
|
|
border-bottom: 0px solid #ddd;
|
|
|
+ color:#fff;
|
|
|
}
|
|
|
.table-thead{
|
|
|
background-color: #d2d6de;
|