Skip to content

Commit a9e5ac4

Browse files
Fixed duplicates page styling
1 parent 3095cc3 commit a9e5ac4

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

cps/templates/duplicates.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<style>
55
.duplicate-group {
66
margin-bottom: 35px;
7-
border: 1px solid #e0e6ed;
7+
border: none;
88
border-radius: 12px;
99
padding: 25px;
10-
background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
10+
background: #1c28328a;
1111
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.08);
1212
transition: all 0.3s ease;
1313
}
@@ -19,7 +19,7 @@
1919
margin-bottom: 25px;
2020
padding-bottom: 15px;
2121
border-bottom: 3px solid #e74c3c;
22-
background: linear-gradient(90deg, rgba(231, 76, 60, 0.05) 0%, rgba(231, 76, 60, 0.02) 100%);
22+
background: linear-gradient(90deg, rgba(231, 76, 60, 0.2) 0%, rgba(231, 76, 60, 0.04) 100%);
2323
border-radius: 8px;
2424
padding: 15px;
2525
margin: -10px -10px 25px -10px;
@@ -28,12 +28,12 @@
2828
font-size: 22px;
2929
font-weight: 600;
3030
margin-bottom: 8px;
31-
color: #2c3e50;
31+
color: white;
3232
text-shadow: 0 1px 3px rgba(44, 62, 80, 0.1);
3333
}
3434
.duplicate-author {
3535
font-size: 16px;
36-
color: #34495e;
36+
color: var(--color-primary);
3737
margin-bottom: 8px;
3838
font-weight: 500;
3939
}
@@ -57,9 +57,9 @@
5757
display: flex;
5858
max-width: 450px;
5959
padding: 20px;
60-
border: 1px solid #e1e8ed;
60+
border: none;
6161
border-radius: 10px;
62-
background: linear-gradient(145deg, #ffffff 0%, #fafbfc 100%);
62+
background: #34455185;
6363
box-shadow: 0 3px 6px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.06);
6464
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
6565
position: relative;
@@ -86,7 +86,7 @@
8686
}
8787
.book-item.selected {
8888
border-color: #e74c3c;
89-
background: linear-gradient(145deg, #fff5f5 0%, #fef2f2 100%);
89+
background: #64859d78;
9090
box-shadow: 0 4px 8px rgba(231, 76, 60, 0.15), 0 2px 4px rgba(231, 76, 60, 0.1);
9191
}
9292
.book-item.selected::before {
@@ -125,28 +125,28 @@
125125
accent-color: #e74c3c;
126126
transform: scale(1.2);
127127
}
128-
.book-title {
129-
font-weight: 600;
130-
margin-bottom: 12px;
131-
line-height: 1.3;
132-
color: #2c3e50;
133-
font-size: 15px;
134-
text-shadow: 0 1px 2px rgba(44, 62, 80, 0.1);
135-
}
128+
.book-title {
129+
font-weight: 600;
130+
margin-bottom: 12px;
131+
line-height: 1.3;
132+
color: white;
133+
font-size: 15px;
134+
text-shadow: 0 1px 2px rgba(44, 62, 80, 0.1);
135+
}
136136
.book-meta {
137-
color: #34495e;
137+
color: white;
138138
font-size: 13px;
139139
line-height: 1.5;
140140
font-weight: 400;
141141
}
142142
.book-meta div {
143143
margin-bottom: 6px;
144-
color: #7d7d7d !important;
145-
}
146-
.book-meta strong {
147-
color: #2c3e50;
148-
font-weight: 600;
144+
color: white !important;
149145
}
146+
.book-meta strong {
147+
color: var(--color-primary);
148+
font-weight: 600;
149+
}
150150
.no-duplicates {
151151
text-align: center;
152152
padding: 60px 20px;
@@ -216,9 +216,9 @@
216216
.bulk-actions {
217217
margin-bottom: 30px;
218218
padding: 20px;
219-
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
219+
background: #1c2832;
220220
border-radius: 10px;
221-
border: 1px solid #dee2e6;
221+
border: none;
222222
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
223223
}
224224
.btn {

0 commit comments

Comments
 (0)