diff options
author | Andrea Lepori <aleporia@gmail.com> | 2023-03-28 15:30:05 +0200 |
---|---|---|
committer | Andrea Lepori <aleporia@gmail.com> | 2023-03-28 15:30:05 +0200 |
commit | 323b2f3159e0e5aa2ecea3b1ceae9efeecd6a00d (patch) | |
tree | 83012911f5e0288c1244f699d3a7265bc6027b9f /templates/registration | |
parent | add table for user list (diff) | |
download | scout-subs-323b2f3159e0e5aa2ecea3b1ceae9efeecd6a00d.tar.gz scout-subs-323b2f3159e0e5aa2ecea3b1ceae9efeecd6a00d.zip |
prototype for doclist table
Diffstat (limited to 'templates/registration')
-rw-r--r-- | templates/registration/base_admin.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html index d419dd2..9f78b43 100644 --- a/templates/registration/base_admin.html +++ b/templates/registration/base_admin.html @@ -79,6 +79,8 @@ max-height: 90% !important; } } + + .embedded-row:hover{ background-color: #e5e5e5 !important;} </style> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta charset="utf-8"> |