|
@@ -60,7 +60,7 @@
|
|
|
|
|
|
.container-right table {
|
|
|
cursor: default;
|
|
|
- border: 1px solid #000;
|
|
|
+ border: #091538;
|
|
|
}
|
|
|
|
|
|
.container-right table {
|
|
@@ -71,14 +71,14 @@
|
|
|
|
|
|
.container-right table thead td {
|
|
|
color: #fff !important;
|
|
|
- background: #000;
|
|
|
+ background: #091538;
|
|
|
}
|
|
|
|
|
|
.container-right table tr td {
|
|
|
height: 35px;
|
|
|
font-size: 18px;
|
|
|
- color: #000;
|
|
|
- border: 1px solid #000;
|
|
|
+ color: #091538;
|
|
|
+ border: 1px solid #091538;
|
|
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
|
|
}
|
|
|
|
|
@@ -94,7 +94,7 @@
|
|
|
|
|
|
.delete {
|
|
|
color: #fff;
|
|
|
- background-color: #000;;
|
|
|
+ background-color: #091538;
|
|
|
}
|
|
|
|
|
|
.change {
|