diff options
author | joak <joak@nospace.at> | 2022-07-27 15:32:45 +0200 |
---|---|---|
committer | joak <joak@nospace.at> | 2022-07-27 15:32:45 +0200 |
commit | 16d7bc374a693476d8e74b0e97b41aa27853caf6 (patch) | |
tree | 4bd36af15a9e1bb761694a4e4183ed6199519daa /assets/static | |
parent | 303ccaa0ceccf9cbc57ec2cc7a0d7758e837ca38 (diff) |
changes selected works
Diffstat (limited to 'assets/static')
-rw-r--r-- | assets/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/static/style.css b/assets/static/style.css index 7161e1e..1512921 100644 --- a/assets/static/style.css +++ b/assets/static/style.css @@ -147,6 +147,10 @@ tr:hover .workthumb { position: fixed; } +.selectthumb { + padding-top: 8px; +} + @keyframes flashy { 0% {background-color:#ffffff;} 50% {background-color:#ffaaaa;} |