vanta-admin 0.1.5__tar.gz → 0.1.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. {vanta_admin-0.1.5/vanta_admin.egg-info → vanta_admin-0.1.7}/PKG-INFO +11 -2
  2. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/README.md +10 -1
  3. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/pyproject.toml +1 -1
  4. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/static/admin/css/theme.admin.css +113 -76
  5. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/static/admin/css/theme.base.css +92 -41
  6. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/static/admin/css/theme.login.css +13 -24
  7. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/static/admin/css/theme.responsive.css +1 -5
  8. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/static/admin/css/theme.tokens.css +72 -78
  9. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/static/admin/css/two_factor.css +20 -30
  10. vanta_admin-0.1.7/vanta_admin/static/admin/img/favicon.png +0 -0
  11. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/static/admin/js/sidebar.js +50 -8
  12. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/admin/base_site.html +1 -0
  13. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/admin/nav_sidebar.html +2 -0
  14. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templatetags/admin_theme.py +2 -0
  15. {vanta_admin-0.1.5 → vanta_admin-0.1.7/vanta_admin.egg-info}/PKG-INFO +11 -2
  16. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin.egg-info/SOURCES.txt +1 -0
  17. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/LICENSE +0 -0
  18. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/MANIFEST.in +0 -0
  19. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/setup.cfg +0 -0
  20. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/__init__.py +0 -0
  21. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/apps.py +0 -0
  22. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/static/admin/css/theme.css +0 -0
  23. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/admin/app_index.html +0 -0
  24. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/admin/base.html +0 -0
  25. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/admin/change_form.html +0 -0
  26. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/admin/change_list.html +0 -0
  27. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/admin/filter.html +0 -0
  28. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/admin/includes/breadcrumbs.html +0 -0
  29. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/admin/index.html +0 -0
  30. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/admin/login.html +0 -0
  31. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/two_factor/_base.html +0 -0
  32. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/two_factor/_base_focus.html +0 -0
  33. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/two_factor/_wizard_actions.html +0 -0
  34. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/two_factor/core/login.html +0 -0
  35. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/two_factor/core/setup_complete.html +0 -0
  36. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templates/two_factor/profile/profile.html +0 -0
  37. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin/templatetags/__init__.py +0 -0
  38. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin.egg-info/dependency_links.txt +0 -0
  39. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin.egg-info/requires.txt +0 -0
  40. {vanta_admin-0.1.5 → vanta_admin-0.1.7}/vanta_admin.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vanta-admin
3
- Version: 0.1.5
3
+ Version: 0.1.7
4
4
  Summary: A sharp, dark, and portable Django admin theme forged for builders who want the admin to feel less default.
5
5
  Author: oli-dev0
6
6
  License-Expression: MIT
@@ -34,8 +34,15 @@ standard Django admin behavior.
34
34
 
35
35
  - A fixed sidebar with persistent collapsed state and remembered open sections.
36
36
  - Light and dark theme support through CSS tokens.
37
+ - A flatter visual pass that removes heavy shadows and blur effects from the
38
+ admin shell, login screens, cards, filters, and two-factor auth views.
37
39
  - A denser dashboard, changelist, filter, message, and form presentation.
38
- - Default icons for common admin apps, models, and recent actions.
40
+ - Auto-dismissing admin messages with success, warning, and error treatment.
41
+ - Custom single-select controls for changelist actions and normal admin form
42
+ selects, while native multi-selects stay unchanged.
43
+ - Default icons for common admin apps, models, and recent actions, including
44
+ incident and uptime-monitor style models.
45
+ - A packaged admin favicon loaded through the theme.
39
46
  - A responsive mobile sidebar overlay.
40
47
  - Optional themed templates for `django-two-factor-auth` login, setup completion,
41
48
  account security, and backup-token flows.
@@ -121,6 +128,8 @@ Vanta only provides the theme layer.
121
128
  - The Django app label you add to `INSTALLED_APPS` is `vanta_admin`.
122
129
  - Two-factor auth support is visual/template support for projects that already
123
130
  install and configure `django-two-factor-auth`.
131
+ - Vanta keeps Django admin server-rendered. It does not add a frontend runtime
132
+ or a custom dashboard framework.
124
133
 
125
134
  ## Links
126
135
  - Website: https://vanta-admin.org/
@@ -9,8 +9,15 @@ standard Django admin behavior.
9
9
 
10
10
  - A fixed sidebar with persistent collapsed state and remembered open sections.
11
11
  - Light and dark theme support through CSS tokens.
12
+ - A flatter visual pass that removes heavy shadows and blur effects from the
13
+ admin shell, login screens, cards, filters, and two-factor auth views.
12
14
  - A denser dashboard, changelist, filter, message, and form presentation.
13
- - Default icons for common admin apps, models, and recent actions.
15
+ - Auto-dismissing admin messages with success, warning, and error treatment.
16
+ - Custom single-select controls for changelist actions and normal admin form
17
+ selects, while native multi-selects stay unchanged.
18
+ - Default icons for common admin apps, models, and recent actions, including
19
+ incident and uptime-monitor style models.
20
+ - A packaged admin favicon loaded through the theme.
14
21
  - A responsive mobile sidebar overlay.
15
22
  - Optional themed templates for `django-two-factor-auth` login, setup completion,
16
23
  account security, and backup-token flows.
@@ -96,6 +103,8 @@ Vanta only provides the theme layer.
96
103
  - The Django app label you add to `INSTALLED_APPS` is `vanta_admin`.
97
104
  - Two-factor auth support is visual/template support for projects that already
98
105
  install and configure `django-two-factor-auth`.
106
+ - Vanta keeps Django admin server-rendered. It does not add a frontend runtime
107
+ or a custom dashboard framework.
99
108
 
100
109
  ## Links
101
110
  - Website: https://vanta-admin.org/
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "vanta-admin"
7
- version = "0.1.5"
7
+ version = "0.1.7"
8
8
  description = "A sharp, dark, and portable Django admin theme forged for builders who want the admin to feel less default."
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -11,7 +11,6 @@
11
11
  flex-direction: column;
12
12
  background: var(--admin-sidebar-bg);
13
13
  border-right: 1px solid var(--admin-border);
14
- backdrop-filter: blur(18px);
15
14
  transition: width 160ms var(--ease), transform 160ms var(--ease);
16
15
  }
17
16
 
@@ -60,8 +59,7 @@
60
59
  border-color 160ms ease,
61
60
  background-color 160ms ease,
62
61
  color 160ms ease,
63
- transform 130ms var(--ease),
64
- box-shadow 160ms ease;
62
+ transform 130ms var(--ease);
65
63
  }
66
64
 
67
65
  .admin-sidebar__collapse:hover,
@@ -279,7 +277,7 @@ body.admin-sidebar-collapsed .admin-sidebar__collapse-arrow {
279
277
  border: 1px solid var(--border);
280
278
  border-radius: var(--radius-md);
281
279
  background: var(--surface-muted);
282
- box-shadow: var(--shadow-soft);
280
+ box-shadow: none;
283
281
  color: var(--heading);
284
282
  cursor: pointer;
285
283
  list-style: none;
@@ -293,18 +291,15 @@ body.admin-sidebar-collapsed .admin-sidebar__collapse-arrow {
293
291
  height: 2.6rem;
294
292
  border: 1px solid color-mix(in srgb, var(--accent) 34%, transparent);
295
293
  border-radius: 0.36rem;
296
- background:
297
- radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.18), transparent 30%),
298
- color-mix(in srgb, var(--accent) 52%, #14210d);
299
- color: #fff;
294
+ background: var(--admin-accent-soft);
295
+ color: var(--admin-accent-strong);
300
296
  font-weight: 900;
301
297
  letter-spacing: 0;
302
298
  }
303
299
 
304
300
  html[data-theme="light"] .admin-sidebar__avatar {
305
- background:
306
- radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.3), transparent 30%),
307
- linear-gradient(135deg, #60a5fa, #2563eb);
301
+ background: var(--admin-accent-soft);
302
+ color: var(--admin-accent);
308
303
  }
309
304
 
310
305
  .admin-sidebar__account-copy {
@@ -342,10 +337,9 @@ html[data-theme="light"] .admin-sidebar__avatar {
342
337
  padding: 0.72rem;
343
338
  border: 1px solid var(--border-strong);
344
339
  border-radius: var(--radius-md);
345
- background: color-mix(in srgb, var(--surface-strong) 94%, transparent);
346
- box-shadow: var(--shadow-soft);
340
+ background: var(--surface-strong);
341
+ box-shadow: none;
347
342
  color: var(--text);
348
- backdrop-filter: blur(22px);
349
343
  }
350
344
 
351
345
  .admin-sidebar__theme-controls {
@@ -386,7 +380,7 @@ html[data-theme="light"] .admin-sidebar__theme-button--light {
386
380
  }
387
381
 
388
382
  html[data-theme="light"] .admin-sidebar__theme-button--light {
389
- background: linear-gradient(180deg, rgba(37, 99, 235, 0.16), rgba(37, 99, 235, 0.08));
383
+ background: var(--accent-softer);
390
384
  }
391
385
 
392
386
  .admin-sidebar__account-links {
@@ -487,8 +481,7 @@ body.admin-sidebar-collapsed .admin-sidebar__account {
487
481
  border: 1px solid var(--border-strong);
488
482
  border-radius: var(--radius-lg);
489
483
  background: var(--surface);
490
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.035) inset;
491
- backdrop-filter: blur(16px);
484
+ box-shadow: none;
492
485
  }
493
486
 
494
487
  .admin-module-card + .admin-module-card {
@@ -617,8 +610,7 @@ a.admin-model-name:focus svg {
617
610
  border: 1px solid var(--border-strong);
618
611
  border-radius: var(--radius-lg);
619
612
  background: var(--surface);
620
- box-shadow: var(--shadow-soft);
621
- backdrop-filter: blur(16px);
613
+ box-shadow: none;
622
614
  }
623
615
 
624
616
  .admin-recent-card header {
@@ -728,10 +720,9 @@ body.change-list #content-main {
728
720
  padding: 0;
729
721
  border: 1px solid var(--border-strong);
730
722
  border-radius: var(--radius-md);
731
- background: color-mix(in srgb, var(--surface-strong) 94%, transparent);
732
- box-shadow: var(--shadow-soft);
723
+ background: var(--surface-strong);
724
+ box-shadow: none;
733
725
  color: var(--text);
734
- backdrop-filter: blur(22px);
735
726
  }
736
727
 
737
728
  #changelist .changelist-form-container:has(#changelist-filter) > div {
@@ -767,8 +758,7 @@ fieldset.module,
767
758
  border: 1px solid var(--admin-border-strong);
768
759
  border-radius: var(--admin-radius-lg);
769
760
  background: var(--admin-surface);
770
- box-shadow: var(--admin-shadow-soft);
771
- backdrop-filter: blur(16px);
761
+ box-shadow: none;
772
762
  }
773
763
 
774
764
  .submit-row {
@@ -866,9 +856,9 @@ fieldset.module,
866
856
 
867
857
  #changelist #toolbar #searchbar:focus,
868
858
  #changelist #toolbar #searchbar:focus-visible {
869
- border: 0;
859
+ border: 1px solid var(--admin-accent-border);
870
860
  outline: none;
871
- box-shadow: inset 0 0 0 1px var(--admin-accent-border);
861
+ box-shadow: none;
872
862
  }
873
863
 
874
864
  table {
@@ -899,7 +889,6 @@ select,
899
889
  outline: none;
900
890
  transition:
901
891
  border-color var(--admin-transition),
902
- box-shadow var(--admin-transition),
903
892
  background-color var(--admin-transition);
904
893
  }
905
894
 
@@ -951,7 +940,7 @@ select,
951
940
  input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
952
941
  textarea:focus,
953
942
  select:focus {
954
- box-shadow: 0 0 0 3px var(--admin-accent-soft);
943
+ box-shadow: none;
955
944
  background: var(--surface);
956
945
  }
957
946
 
@@ -988,7 +977,7 @@ select:focus {
988
977
  align-items: center;
989
978
  }
990
979
 
991
- #changelist .actions .admin-action-select__native {
980
+ .admin-action-select__native {
992
981
  position: absolute;
993
982
  width: 1px;
994
983
  height: 1px;
@@ -1006,6 +995,23 @@ select:focus {
1006
995
  max-width: min(12.4rem, 100%);
1007
996
  }
1008
997
 
998
+ .form-row:has(.admin-action-select.is-open) {
999
+ position: relative;
1000
+ z-index: 12;
1001
+ overflow: visible;
1002
+ }
1003
+
1004
+ .admin-action-select.is-open {
1005
+ z-index: 14;
1006
+ }
1007
+
1008
+ .admin-action-select--field {
1009
+ display: inline-block;
1010
+ width: min(22.25rem, 100%);
1011
+ max-width: 100%;
1012
+ vertical-align: middle;
1013
+ }
1014
+
1009
1015
  .admin-action-select__button {
1010
1016
  display: flex;
1011
1017
  align-items: center;
@@ -1030,6 +1036,13 @@ select:focus {
1030
1036
  transform 130ms var(--ease);
1031
1037
  }
1032
1038
 
1039
+ .admin-action-select--field .admin-action-select__button {
1040
+ min-height: 2.15rem;
1041
+ padding: 0.35rem 0.7rem;
1042
+ font-size: 0.82rem;
1043
+ font-weight: 650;
1044
+ }
1045
+
1033
1046
  .admin-action-select__button::after {
1034
1047
  content: "";
1035
1048
  flex: 0 0 auto;
@@ -1077,7 +1090,7 @@ select:focus {
1077
1090
  border: 1px solid var(--admin-border-strong);
1078
1091
  border-radius: var(--admin-radius-md);
1079
1092
  background: var(--admin-surface);
1080
- box-shadow: var(--admin-shadow-card);
1093
+ box-shadow: none;
1081
1094
  visibility: hidden;
1082
1095
  opacity: 0;
1083
1096
  transform: translateY(-0.18rem);
@@ -1087,6 +1100,10 @@ select:focus {
1087
1100
  visibility 130ms var(--ease);
1088
1101
  }
1089
1102
 
1103
+ .admin-action-select--field .admin-action-select__menu {
1104
+ min-width: 100%;
1105
+ }
1106
+
1090
1107
  .admin-action-select.is-open .admin-action-select__menu {
1091
1108
  visibility: visible;
1092
1109
  opacity: 1;
@@ -1122,6 +1139,7 @@ select:focus {
1122
1139
  transform: translateX(1px);
1123
1140
  }
1124
1141
 
1142
+
1125
1143
  .admin-action-select__option:focus-visible {
1126
1144
  outline: 2px solid var(--admin-accent-border);
1127
1145
  outline-offset: 1px;
@@ -1142,7 +1160,7 @@ input[type="checkbox"]:focus-visible {
1142
1160
  input[type="checkbox"]:focus-visible {
1143
1161
  outline: 2px solid var(--admin-accent-border);
1144
1162
  outline-offset: 2px;
1145
- box-shadow: 0 0 0 3px var(--admin-accent-soft);
1163
+ box-shadow: none;
1146
1164
  }
1147
1165
 
1148
1166
  #changelist input[type="submit"],
@@ -1158,8 +1176,7 @@ input[type="checkbox"]:focus-visible {
1158
1176
  font-weight: 720;
1159
1177
  transition:
1160
1178
  transform var(--admin-transition),
1161
- filter var(--admin-transition),
1162
- box-shadow var(--admin-transition);
1179
+ filter var(--admin-transition);
1163
1180
  }
1164
1181
 
1165
1182
  #changelist input[type="submit"],
@@ -1274,8 +1291,9 @@ input[type="checkbox"]:focus-visible {
1274
1291
  .object-tools a:hover,
1275
1292
  .addlink:hover {
1276
1293
  background-color: var(--admin-accent-softer);
1294
+ border-color: var(--admin-accent-border);
1277
1295
  filter: none;
1278
- box-shadow: inset 0 0 0 1px var(--admin-accent-border);
1296
+ box-shadow: none;
1279
1297
  }
1280
1298
 
1281
1299
  #changelist input[type="submit"]:active,
@@ -1302,43 +1320,61 @@ input[type="checkbox"]:focus-visible {
1302
1320
  #changelist table thead th {
1303
1321
  border: 0;
1304
1322
  background: transparent;
1305
- color: var(--muted);
1323
+ color: var(--text);
1306
1324
  font-size: 0.74rem;
1307
1325
  font-weight: 560;
1308
1326
  letter-spacing: 0;
1309
- height: 2rem;
1310
- padding: 0.25rem 0.62rem;
1311
- line-height: 1.15;
1327
+ height: auto;
1328
+ padding: 0.05rem 0.56rem;
1329
+ line-height: 1.1;
1312
1330
  text-transform: none;
1313
1331
  vertical-align: middle;
1314
1332
  }
1315
1333
 
1316
- #changelist table thead th.sorted,
1317
- #changelist table thead th:hover {
1318
- color: var(--accent-strong);
1319
- background: var(--accent-softer);
1334
+ #changelist table thead th.sorted {
1335
+ border: 1px solid var(--admin-accent-border);
1336
+ border-radius: var(--admin-radius-sm);
1337
+ background: var(--admin-nav-item-active-bg);
1338
+ color: var(--admin-accent-strong);
1339
+ font-weight: 720;
1320
1340
  }
1321
1341
 
1322
1342
  #changelist table thead th a {
1323
1343
  color: inherit;
1324
1344
  }
1325
1345
 
1346
+ #changelist table thead th.sorted a {
1347
+ color: var(--admin-accent-strong);
1348
+ }
1349
+
1326
1350
  #changelist table tbody th,
1327
1351
  #changelist table tbody td {
1328
1352
  border: 0;
1329
- padding: 0.62rem;
1353
+ padding: 0.42rem 0.56rem;
1330
1354
  color: var(--text);
1331
- background: var(--surface-muted);
1355
+ background: var(--row-bg);
1332
1356
  font-size: 0.82rem;
1333
- font-weight: 650;
1357
+ font-weight: 560;
1334
1358
  vertical-align: middle;
1335
1359
  }
1336
1360
 
1361
+ #changelist table tbody tr:nth-child(even) th,
1362
+ #changelist table tbody tr:nth-child(even) td {
1363
+ background: var(--row-bg-alt);
1364
+ }
1365
+
1337
1366
  #changelist table tbody tr th:first-child,
1338
1367
  #changelist table tbody tr td:first-child {
1339
1368
  border-radius: 0.28rem 0 0 0.28rem;
1340
1369
  }
1341
1370
 
1371
+ #changelist table tbody th,
1372
+ #changelist table tbody td:not(.action-checkbox):first-child,
1373
+ #changelist table tbody td.action-checkbox + th,
1374
+ #changelist table tbody td.action-checkbox + td {
1375
+ font-weight: 700;
1376
+ }
1377
+
1342
1378
  #changelist table tbody tr th:last-child,
1343
1379
  #changelist table tbody tr td:last-child {
1344
1380
  border-radius: 0 0.28rem 0.28rem 0;
@@ -1355,7 +1391,7 @@ input[type="checkbox"]:focus-visible {
1355
1391
  #changelist table tbody tr:hover th,
1356
1392
  #changelist table tbody tr:hover td {
1357
1393
  background: var(--accent-softer);
1358
- color: var(--accent-strong);
1394
+ color: var(--text);
1359
1395
  }
1360
1396
 
1361
1397
  #changelist table tbody tr.selected,
@@ -1370,9 +1406,17 @@ input[type="checkbox"]:focus-visible {
1370
1406
  background: var(--accent-soft);
1371
1407
  }
1372
1408
 
1373
- #changelist table a {
1374
- color: var(--accent-strong);
1375
- font-weight: 650;
1409
+ #changelist table tbody a {
1410
+ display: inline-block;
1411
+ color: inherit;
1412
+ font-weight: inherit;
1413
+ transition: color var(--admin-transition), transform var(--admin-transition);
1414
+ }
1415
+
1416
+ #changelist table tbody a:hover,
1417
+ #changelist table tbody a:focus-visible {
1418
+ color: inherit;
1419
+ transform: translateY(-2px);
1376
1420
  }
1377
1421
 
1378
1422
  #changelist .paginator,
@@ -1431,9 +1475,8 @@ input[type="checkbox"]:focus-visible {
1431
1475
  padding: 0.9rem 0.9rem 0.45rem;
1432
1476
  border: 1px solid var(--border-strong);
1433
1477
  border-radius: var(--radius-md);
1434
- background: color-mix(in srgb, var(--surface-strong) 94%, transparent);
1435
- box-shadow: var(--shadow-soft);
1436
- backdrop-filter: blur(22px);
1478
+ background: var(--surface-strong);
1479
+ box-shadow: none;
1437
1480
  color: var(--admin-text);
1438
1481
  text-align: center;
1439
1482
  }
@@ -1497,7 +1540,7 @@ input[type="checkbox"]:focus-visible {
1497
1540
  #changelist-filter .admin-filter-sections-toggle:focus-visible {
1498
1541
  outline: 2px solid var(--admin-accent-soft);
1499
1542
  outline-offset: 2px;
1500
- box-shadow: 0 0 0 1px var(--admin-accent-border) !important;
1543
+ box-shadow: none !important;
1501
1544
  }
1502
1545
 
1503
1546
  #changelist-filter .admin-filter-sections-toggle::before {
@@ -1582,12 +1625,10 @@ input[type="checkbox"]:focus-visible {
1582
1625
  .vanta-filter-actions {
1583
1626
  display: inline-flex;
1584
1627
  overflow: hidden;
1585
- border: 1px solid rgba(148, 163, 184, 0.18);
1586
- border-radius: 14px;
1587
- background: rgba(30, 41, 59, 0.52);
1588
- box-shadow:
1589
- inset 0 1px 0 rgba(255, 255, 255, 0.04),
1590
- 0 10px 28px rgba(0, 0, 0, 0.22);
1628
+ border: 1px solid var(--admin-border);
1629
+ border-radius: var(--admin-radius-md);
1630
+ background: var(--admin-surface-muted);
1631
+ box-shadow: none;
1591
1632
  }
1592
1633
 
1593
1634
  .vanta-filter-action {
@@ -1596,7 +1637,7 @@ input[type="checkbox"]:focus-visible {
1596
1637
  width: 48px;
1597
1638
  height: 22px;
1598
1639
  border: 0;
1599
- color: rgba(148, 163, 184, 0.72);
1640
+ color: var(--admin-muted);
1600
1641
  background: transparent;
1601
1642
  font-size: 18px;
1602
1643
  line-height: 1;
@@ -1611,13 +1652,13 @@ input[type="checkbox"]:focus-visible {
1611
1652
  }
1612
1653
 
1613
1654
  .vanta-filter-action + .vanta-filter-action {
1614
- border-left: 1px solid rgba(148, 163, 184, 0.14);
1655
+ border-left: 1px solid var(--admin-border);
1615
1656
  }
1616
1657
 
1617
1658
  .vanta-filter-action:hover,
1618
1659
  .vanta-filter-action:focus-visible {
1619
- color: #bef264;
1620
- background: rgba(190, 242, 100, 0.08);
1660
+ color: var(--admin-link-strong);
1661
+ background: var(--admin-accent-softer);
1621
1662
  }
1622
1663
 
1623
1664
  .vanta-filter-action:focus-visible {
@@ -1626,11 +1667,11 @@ input[type="checkbox"]:focus-visible {
1626
1667
  }
1627
1668
 
1628
1669
  .vanta-filter-actions.has-active-action {
1629
- border-color: rgba(190, 242, 100, 0.32);
1670
+ border-color: var(--admin-accent-border);
1630
1671
  }
1631
1672
 
1632
1673
  .vanta-filter-action.is-active {
1633
- color: #bef264;
1674
+ color: var(--admin-link-strong);
1634
1675
  background: var(--accent-soft);
1635
1676
  }
1636
1677
 
@@ -1701,7 +1742,7 @@ input[type="checkbox"]:focus-visible {
1701
1742
  border: 0;
1702
1743
  border-radius: 0;
1703
1744
  background: transparent;
1704
- box-shadow: inset 0 0 0 1px var(--admin-border);
1745
+ border: 1px solid var(--admin-border);
1705
1746
  color: var(--admin-muted);
1706
1747
  margin: 0;
1707
1748
  padding: 0.12rem 0.42rem;
@@ -1715,7 +1756,7 @@ input[type="checkbox"]:focus-visible {
1715
1756
  transition:
1716
1757
  background-color var(--admin-transition),
1717
1758
  color var(--admin-transition),
1718
- box-shadow var(--admin-transition);
1759
+ border-color var(--admin-transition);
1719
1760
  }
1720
1761
 
1721
1762
  #changelist-filter details .admin-filter-options--inline li a,
@@ -1785,31 +1826,27 @@ input[type="checkbox"]:focus-visible {
1785
1826
  background: var(--admin-accent-softer);
1786
1827
  outline: 2px solid var(--admin-accent-soft);
1787
1828
  outline-offset: 2px;
1788
- box-shadow:
1789
- inset 0 0 0 1px var(--admin-accent-border),
1790
- 0 0 0 1px var(--admin-accent-border);
1829
+ border-color: var(--admin-accent-border);
1791
1830
  }
1792
1831
 
1793
1832
  #changelist-filter details li.selected a {
1794
1833
  z-index: 1;
1795
1834
  background: var(--admin-nav-item-active-bg);
1796
1835
  color: var(--admin-link-strong);
1797
- box-shadow: inset 0 0 0 1px var(--admin-accent-border);
1836
+ border-color: var(--admin-accent-border);
1798
1837
  }
1799
1838
 
1800
1839
  #changelist-filter details li.selected a:active {
1801
1840
  z-index: 2;
1802
1841
  color: var(--admin-link-strong);
1803
1842
  background: var(--admin-nav-item-active-bg);
1804
- box-shadow: inset 0 0 0 1px var(--admin-accent-border);
1843
+ border-color: var(--admin-accent-border);
1805
1844
  }
1806
1845
 
1807
1846
  #changelist-filter details li.selected a:focus-visible {
1808
1847
  color: var(--admin-link-strong);
1809
1848
  background: var(--admin-nav-item-active-bg);
1810
- box-shadow:
1811
- inset 0 0 0 1px var(--admin-accent-border),
1812
- 0 0 0 1px var(--admin-accent-border);
1849
+ border-color: var(--admin-accent-border);
1813
1850
  }
1814
1851
 
1815
1852
  #changelist-filter details summary:focus-visible {
@@ -1850,7 +1887,7 @@ select:focus {
1850
1887
  :where(a, button, input:not([type="checkbox"]):not([type="radio"]), select, textarea, summary):focus-visible {
1851
1888
  outline: 3px solid var(--admin-accent-soft);
1852
1889
  outline-offset: 2px;
1853
- box-shadow: 0 0 0 1px var(--admin-accent-border);
1890
+ box-shadow: none;
1854
1891
  }
1855
1892
 
1856
1893
  /* Shared Controls */