|
@@ -1623,6 +1623,9 @@ canvas.pdf-viewer-page.pdf-preview-page {
|
|
|
.bg-aliceblue {
|
|
|
background: aliceblue !important;
|
|
|
}
|
|
|
+.text-danger-dark {
|
|
|
+ color: #8b1621 !important;
|
|
|
+}
|
|
|
.filter-head input[type="date"]::-webkit-calendar-picker-indicator {
|
|
|
display: none;
|
|
|
-webkit-appearance: none;
|
|
@@ -1988,6 +1991,11 @@ body.in-iframe .main-row > .sidebar {
|
|
|
.strike-through {
|
|
|
text-decoration: line-through;
|
|
|
}
|
|
|
+.visit-segment .strike-through {
|
|
|
+ color: #8b1621 !important;
|
|
|
+ text-decoration: none !important;
|
|
|
+ opacity: 0.9;
|
|
|
+}
|
|
|
|
|
|
/* visit-moe */
|
|
|
[visit-moe] [url]:not([show]){
|