|
|
@ -1224,7 +1224,6 @@ a.iconlink.upload {
|
|
|
|
.listbox .tablink.selected,
|
|
|
|
.listbox .tablink.selected,
|
|
|
|
.listbox .listitem.selected > a,
|
|
|
|
.listbox .listitem.selected > a,
|
|
|
|
.listbox .tablink.selected > a,
|
|
|
|
.listbox .tablink.selected > a,
|
|
|
|
.listing tbody tr.unfocused td,
|
|
|
|
|
|
|
|
.listing tbody tr.selected td,
|
|
|
|
.listing tbody tr.selected td,
|
|
|
|
.listing li.selected,
|
|
|
|
.listing li.selected,
|
|
|
|
.listing li.selected > a {
|
|
|
|
.listing li.selected > a {
|
|
|
@ -1577,6 +1576,10 @@ table.records-table {
|
|
|
|
|
|
|
|
|
|
|
|
.records-table tr.selected td {
|
|
|
|
.records-table tr.selected td {
|
|
|
|
color: #fff !important;
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
background-color: #4db0d2 !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.records-table.focus tr.selected td {
|
|
|
|
background: #019bc6;
|
|
|
|
background: #019bc6;
|
|
|
|
background: -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
|
|
|
background: -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#019bc6), color-stop(100%,#017cb4));
|
|
|
@ -1590,16 +1593,6 @@ table.records-table {
|
|
|
|
color: #fff !important;
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.records-table tr.unfocused td {
|
|
|
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
background-color: #4db0d2 !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.records-table tr.unfocused td a,
|
|
|
|
|
|
|
|
.records-table tr.unfocused td span {
|
|
|
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.records-table tr.deleted td,
|
|
|
|
.records-table tr.deleted td,
|
|
|
|
.records-table tr.deleted td a {
|
|
|
|
.records-table tr.deleted td a {
|
|
|
|
color: #ccc !important;
|
|
|
|
color: #ccc !important;
|
|
|
|