diff options
Diffstat (limited to '')
-rw-r--r-- | pkg/webui/static/main.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/webui/static/main.css b/pkg/webui/static/main.css new file mode 100644 index 0000000..ae56cd0 --- /dev/null +++ b/pkg/webui/static/main.css @@ -0,0 +1,8 @@ +table tbody a { + display: block; + text-decoration: none; + transition: all 0.25s ease-out; +} +.clickable-rows tbody tr:hover a { + background-color: var(--secondary-container); +} |